COLOR #C68EBF

HEX: #C68EBF RGB: (198,142,191)

Color info

#C68EBF contains red, green and blue colors in about the same proportion. Web safe color of #C68EBF is #CC99CC (or #C9C).

RGB color model

#C68EBF color RGB value is (198,142,191).

RGB: (198,142,191) (78%, 56%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 142 of 255 = 56%
B 191 of 255 = 75%

198
142
191

R + G + B ~ 70%. #C68EBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 142 + 191 = 531 (100%)
R 198 of 531 ~ 37.29%
G 142 of 531 ~ 26.74%
B 191 of 531 ~ 35.97'%

%37.29
%26.74
%35.97

CMYK color model

#C68EBF color CMYK value is (0,28,4,22).

  • cyan value is 0.00%
  • magenta value is 28.28%
  • yellow value is 3.54%
  • key color value is 22.35%

CMYK: (0,28,4,22)
C0M28Y4K22 (0%, 28%, 4%, 22%)
(0.00 / 0.28 / 0.04 / 0.22)

CMYK percentages

%0
%28.28
%3.54
%22.35

Codes

Color #C68EBF in popluar color models

C6 8E BF
RGB 198 142 191
HSL 308° 32.94% 66.67%
HSB/HSV 308° 28.28% 77.65%
CMYK 0.00% 28.28% 3.54%
22.35%

Color #C68EBF in popluar number systems.

HEX C6 8E BF
Decimal 198 142 191
Binary 11000110 10001110 10111111
Octal 306 216 277

Shades and tints

Shades of #C68EBF

#C68EBF
(198,142,191)
#B482AE
(180,130,174)
#A2769D
(162,118,157)
#906A8C
(144,106,140)
#7E5E7B
(126,94,123)
#6C526A
(108,82,106)
#5A4659
(90,70,89)
#483A48
(72,58,72)
#362E37
(54,46,55)
#242226
(36,34,38)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #C68EBF

#C68EBF
(198,142,191)
#CB98C4
(203,152,196)
#D0A2C9
(208,162,201)
#D5ACCE
(213,172,206)
#DAB6D3
(218,182,211)
#DFC0D8
(223,192,216)
#E4CADD
(228,202,221)
#E9D4E2
(233,212,226)
#EEDEE7
(238,222,231)
#F3E8EC
(243,232,236)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68EBF color. Also use rgb(198,142,191) instead hex code.

Text Font Color

.myTextColor { color: #C68EBF; }

<p style="color:#C68EBF">This sample text font color is #C68EBF.</p>

This text font color is #C68EBF.

Background Color

.myBgColor { background-color: #C68EBF; }

<div style="background-color:#C68EBF">Inner text</div>

This div background color is #C68EBF.

Border color

.myBorderColor { border: 1px solid #C68EBF; }

<div style="border:3px solid #C68EBF">Div</div>

This div border color is #C68EBF.

Opacity

.myOpacity80 { color: #C68EBF; opacity: 0.8; }

<p style="color:#C68EBF;opacity:0.8;">80%</p>

Text with #C68EBF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C68EBF;}

<p style="text-shadow: 3px 3px 1px #C68EBF">Text here.</p>

This text has shadow with #C68EBF color.


.textShadow {text-shadow: 3px 3px 1px #C68EBF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C68EBF, 5px 5px 20px red">Text here.</p>

This text has shadow with #C68EBF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C68EBF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C68EBF, Direction=45, Strength=4)">Text</p>

This text has shadow with #C68EBF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C68EBF;
-webkit-box-shadow: 1px 1px 3px 2px #C68EBF;
box-shadow: 1px 1px 3px 2px #C68EBF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C68EBF; -webkit-box-shadow: 1px 1px 3px 2px #C68EBF; box-shadow:1px 1px 3px 2px #C68EBF;">
Div content here
</div>

This div box has shadow with color #C68EBF.

Preview

Color preview on black background

This text has color #C68EBF on black background.


Color preview on white background

This text has color #C68EBF on white background.


Black color preview on #C68EBF background

This text has black color on #C68EBF background.


White color preview on #C68EBF background

This text has white color on #C68EBF background.


Related colors

Complementary color

Complementary color for #hex is #397140.


I love getcolorcode.com

Triadic colors

1 #BFC68E and #8EBFC6 with #C68EBF are triadic colors.

2 #BF8EC6 and #8EC6BF with #C68EBF are triadic colors.