COLOR #CFC8EE

HEX: #CFC8EE
RGB: (207,200,238)

Color info

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

RGB color model

#CFC8EE color RGB value is (207,200,238).

  • red value is 207;
  • green value is 200;
  • blue value is 238.
RGB:
(207,200,238)
(81%,78%,93%)

RGB channels and saturation

R 207 of 255 = 81%
G 200 of 255 = 78%
B 238 of 255 = 93%

207
200
238

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

Portions of RGB colors in percentages

R + G + B =
207 + 200 + 238 = 645 (100%)
R 207 of 645 ~ 32.09%
G 200 of 645 ~ 31.01%
B 238 of 645 ~ 36.9%

%32.09
%31.01
%36.9

CMYK color model

#CFC8EE color CMYK value is (13,16,0,7).

  • cyan value is 13.03%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(13,16,0,7)
C13M16Y0K7 
(13%,16%,0%,7%)
(0.13/0.16/0.00/0.07)	

CMYK percentages

%13.03
%15.97
%0
%6.67

Codes

Color #CFC8EE in popluar color models

CFC8EE
RGB207200238
HSL251°52.78%85.88%
HSB/HSV251°15.97%93.33%
CMYK13.03%15.97%0.00%
6.67%

Color #CFC8EE in popluar number systems.

HEXCFC8EE
Decimal207200238
Binary110011111100100011101110
Octal317310356

Shades and tints

Shades of #CFC8EE

#CFC8EE
(207,200,238)
#BDB6D9
(189,182,217)
#ABA4C4
(171,164,196)
#9992AF
(153,146,175)
#87809A
(135,128,154)
#756E85
(117,110,133)
#635C70
(99,92,112)
#514A5B
(81,74,91)
#3F3846
(63,56,70)
#2D2631
(45,38,49)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #CFC8EE

#CFC8EE
(207,200,238)
#D3CDEF
(211,205,239)
#D7D2F0
(215,210,240)
#DBD7F1
(219,215,241)
#DFDCF2
(223,220,242)
#E3E1F3
(227,225,243)
#E7E6F4
(231,230,244)
#EBEBF5
(235,235,245)
#EFF0F6
(239,240,246)
#F3F5F7
(243,245,247)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC8EE; }

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

This text font color is #CFC8EE.


Background Color

.myBgColor { background-color: #CFC8EE; }

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

This div background color is #CFC8EE.


Border color

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

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

This div border color is #CFC8EE.


Opacity

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

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

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

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

This text has shadow with #CFC8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC8EE on black background.


Color preview on white background

This text has color #CFC8EE on white background.



Black color preview on #CFC8EE background

This text has black color on #CFC8EE background.


White color preview on #CFC8EE background

This text has white color on #CFC8EE background.