COLOR #CFCEE7

HEX: #CFCEE7
RGB: (207,206,231)

Color info

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

RGB color model

#CFCEE7 color RGB value is (207,206,231).

  • red value is 207;
  • green value is 206;
  • blue value is 231.
RGB:
(207,206,231)
(81%,81%,91%)

RGB channels and saturation

R 207 of 255 = 81%
G 206 of 255 = 81%
B 231 of 255 = 91%

207
206
231

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

Portions of RGB colors in percentages

R + G + B =
207 + 206 + 231 = 644 (100%)
R 207 of 644 ~ 32.14%
G 206 of 644 ~ 31.99%
B 231 of 644 ~ 35.87%

%32.14
%31.99
%35.87

CMYK color model

#CFCEE7 color CMYK value is (10,11,0,9).

  • cyan value is 10.39%
  • magenta value is 10.82%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(10,11,0,9)
C10M11Y0K9 
(10%,11%,0%,9%)
(0.10/0.11/0.00/0.09)	

CMYK percentages

%10.39
%10.82
%0
%9.41

Codes

Color #CFCEE7 in popluar color models

CFCEE7
RGB207206231
HSL242°34.25%85.69%
HSB/HSV242°10.82%90.59%
CMYK10.39%10.82%0.00%
9.41%

Color #CFCEE7 in popluar number systems.

HEXCFCEE7
Decimal207206231
Binary110011111100111011100111
Octal317316347

Shades and tints

Shades of #CFCEE7

#CFCEE7
(207,206,231)
#BDBCD2
(189,188,210)
#ABAABD
(171,170,189)
#9998A8
(153,152,168)
#878693
(135,134,147)
#75747E
(117,116,126)
#636269
(99,98,105)
#515054
(81,80,84)
#3F3E3F
(63,62,63)
#2D2C2A
(45,44,42)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #CFCEE7

#CFCEE7
(207,206,231)
#D3D2E9
(211,210,233)
#D7D6EB
(215,214,235)
#DBDAED
(219,218,237)
#DFDEEF
(223,222,239)
#E3E2F1
(227,226,241)
#E7E6F3
(231,230,243)
#EBEAF5
(235,234,245)
#EFEEF7
(239,238,247)
#F3F2F9
(243,242,249)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFCEE7 color. Also use rgb(207,206,231) instead hex code.

Text Font Color

.myTextColor { color: #CFCEE7; }

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

This text font color is #CFCEE7.


Background Color

.myBgColor { background-color: #CFCEE7; }

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

This div background color is #CFCEE7.


Border color

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

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

This div border color is #CFCEE7.


Opacity

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

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

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

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

This text has shadow with #CFCEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFCEE7 on black background.


Color preview on white background

This text has color #CFCEE7 on white background.



Black color preview on #CFCEE7 background

This text has black color on #CFCEE7 background.


White color preview on #CFCEE7 background

This text has white color on #CFCEE7 background.