COLOR #CFC5EE

HEX: #CFC5EE RGB: (207,197,238)

Color info

#CFC5EE contains red, green and blue colors in about the same proportion. Web safe color of #CFC5EE is #CCCCFF (or #CCF).

RGB color model

#CFC5EE color RGB value is (207,197,238).

RGB: (207,197,238) (81%, 77%, 93%)

RGB channels and saturation

R 207 of 255 = 81%
G 197 of 255 = 77%
B 238 of 255 = 93%

207
197
238

R + G + B ~ 84%. #CFC5EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 197 + 238 = 642 (100%)
R 207 of 642 ~ 32.24%
G 197 of 642 ~ 30.69%
B 238 of 642 ~ 37.07'%

%32.24
%30.69
%37.07

CMYK color model

#CFC5EE color CMYK value is (13,17,0,7).

  • cyan value is 13.03%
  • magenta value is 17.23%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (13,17,0,7)
C13M17Y0K7 (13%, 17%, 0%, 7%)
(0.13 / 0.17 / 0.00 / 0.07)

CMYK percentages

%13.03
%17.23
%0
%6.67

Codes

Color #CFC5EE in popluar color models

CF C5 EE
RGB 207 197 238
HSL 255° 54.67% 85.29%
HSB/HSV 255° 17.23% 93.33%
CMYK 13.03% 17.23% 0.00%
6.67%

Color #CFC5EE in popluar number systems.

HEX CF C5 EE
Decimal 207 197 238
Binary 11001111 11000101 11101110
Octal 317 305 356

Shades and tints

Shades of #CFC5EE

#CFC5EE
(207,197,238)
#BDB4D9
(189,180,217)
#ABA3C4
(171,163,196)
#9992AF
(153,146,175)
#87819A
(135,129,154)
#757085
(117,112,133)
#635F70
(99,95,112)
#514E5B
(81,78,91)
#3F3D46
(63,61,70)
#2D2C31
(45,44,49)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #CFC5EE

#CFC5EE
(207,197,238)
#D3CAEF
(211,202,239)
#D7CFF0
(215,207,240)
#DBD4F1
(219,212,241)
#DFD9F2
(223,217,242)
#E3DEF3
(227,222,243)
#E7E3F4
(231,227,244)
#EBE8F5
(235,232,245)
#EFEDF6
(239,237,246)
#F3F2F7
(243,242,247)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFC5EE color. Also use rgb(207,197,238) instead hex code.

Text Font Color

.myTextColor { color: #CFC5EE; }

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

This text font color is #CFC5EE.

Background Color

.myBgColor { background-color: #CFC5EE; }

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

This div background color is #CFC5EE.

Border color

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

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

This div border color is #CFC5EE.

Opacity

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

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

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

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

This text has shadow with #CFC5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFC5EE.

Preview

Color preview on black background

This text has color #CFC5EE on black background.


Color preview on white background

This text has color #CFC5EE on white background.


Black color preview on #CFC5EE background

This text has black color on #CFC5EE background.


White color preview on #CFC5EE background

This text has white color on #CFC5EE background.


Related colors

Complementary color

Complementary color for #hex is #303A11.


I love getcolorcode.com

Triadic colors

1 #EECFC5 and #C5EECF with #CFC5EE are triadic colors.

2 #EEC5CF and #C5CFEE with #CFC5EE are triadic colors.