COLOR #CFC6E3

HEX: #CFC6E3 RGB: (207,198,227)

Color info

#CFC6E3 contains red, green and blue colors in about the same proportion. Web safe color of #CFC6E3 is #CCCCCC (or #CCC).

RGB color model

#CFC6E3 color RGB value is (207,198,227).

RGB: (207,198,227) (81%, 78%, 89%)

RGB channels and saturation

R 207 of 255 = 81%
G 198 of 255 = 78%
B 227 of 255 = 89%

207
198
227

R + G + B ~ 83%. #CFC6E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 198 + 227 = 632 (100%)
R 207 of 632 ~ 32.75%
G 198 of 632 ~ 31.33%
B 227 of 632 ~ 35.92'%

%32.75
%31.33
%35.92

CMYK color model

#CFC6E3 color CMYK value is (9,13,0,11).

  • cyan value is 8.81%
  • magenta value is 12.78%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (9,13,0,11)
C9M13Y0K11 (9%, 13%, 0%, 11%)
(0.09 / 0.13 / 0.00 / 0.11)

CMYK percentages

%8.81
%12.78
%0
%10.98

Codes

Color #CFC6E3 in popluar color models

CF C6 E3
RGB 207 198 227
HSL 259° 34.12% 83.33%
HSB/HSV 259° 12.78% 89.02%
CMYK 8.81% 12.78% 0.00%
10.98%

Color #CFC6E3 in popluar number systems.

HEX CF C6 E3
Decimal 207 198 227
Binary 11001111 11000110 11100011
Octal 317 306 343

Shades and tints

Shades of #CFC6E3

#CFC6E3
(207,198,227)
#BDB4CF
(189,180,207)
#ABA2BB
(171,162,187)
#9990A7
(153,144,167)
#877E93
(135,126,147)
#756C7F
(117,108,127)
#635A6B
(99,90,107)
#514857
(81,72,87)
#3F3643
(63,54,67)
#2D242F
(45,36,47)
#1B121B
(27,18,27)
#000000
(0,0,0)

Tints of #CFC6E3

#CFC6E3
(207,198,227)
#D3CBE5
(211,203,229)
#D7D0E7
(215,208,231)
#DBD5E9
(219,213,233)
#DFDAEB
(223,218,235)
#E3DFED
(227,223,237)
#E7E4EF
(231,228,239)
#EBE9F1
(235,233,241)
#EFEEF3
(239,238,243)
#F3F3F5
(243,243,245)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFC6E3 color. Also use rgb(207,198,227) instead hex code.

Text Font Color

.myTextColor { color: #CFC6E3; }

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

This text font color is #CFC6E3.

Background Color

.myBgColor { background-color: #CFC6E3; }

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

This div background color is #CFC6E3.

Border color

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

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

This div border color is #CFC6E3.

Opacity

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

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

Text with #CFC6E3 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 #CFC6E3;}

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

This text has shadow with #CFC6E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFC6E3.

Preview

Color preview on black background

This text has color #CFC6E3 on black background.


Color preview on white background

This text has color #CFC6E3 on white background.


Black color preview on #CFC6E3 background

This text has black color on #CFC6E3 background.


White color preview on #CFC6E3 background

This text has white color on #CFC6E3 background.


Related colors

Complementary color

Complementary color for #hex is #30391C.


I love getcolorcode.com

Triadic colors

1 #E3CFC6 and #C6E3CF with #CFC6E3 are triadic colors.

2 #E3C6CF and #C6CFE3 with #CFC6E3 are triadic colors.