COLOR #CFCBD9

HEX: #CFCBD9
RGB: (207,203,217)

Color info

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

RGB color model

#CFCBD9 color RGB value is (207,203,217).

  • red value is 207;
  • green value is 203;
  • blue value is 217.
RGB:
(207,203,217)
(81%,80%,85%)

RGB channels and saturation

R 207 of 255 = 81%
G 203 of 255 = 80%
B 217 of 255 = 85%

207
203
217

R + G + B ~ 82%. #CFCBD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 203 + 217 = 627 (100%)
R 207 of 627 ~ 33.01%
G 203 of 627 ~ 32.38%
B 217 of 627 ~ 34.61%

%33.01
%32.38
%34.61

CMYK color model

#CFCBD9 color CMYK value is (5,6,0,15).

  • cyan value is 4.61%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(5,6,0,15)
C5M6Y0K15 
(5%,6%,0%,15%)
(0.05/0.06/0.00/0.15)	

CMYK percentages

%4.61
%6.45
%0
%14.9

Codes

Color #CFCBD9 in popluar color models

CFCBD9
RGB207203217
HSL257°15.56%82.35%
HSB/HSV257°6.45%85.10%
CMYK4.61%6.45%0.00%
14.90%

Color #CFCBD9 in popluar number systems.

HEXCFCBD9
Decimal207203217
Binary110011111100101111011001
Octal317313331

Shades and tints

Shades of #CFCBD9

#CFCBD9
(207,203,217)
#BDB9C6
(189,185,198)
#ABA7B3
(171,167,179)
#9995A0
(153,149,160)
#87838D
(135,131,141)
#75717A
(117,113,122)
#635F67
(99,95,103)
#514D54
(81,77,84)
#3F3B41
(63,59,65)
#2D292E
(45,41,46)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #CFCBD9

#CFCBD9
(207,203,217)
#D3CFDC
(211,207,220)
#D7D3DF
(215,211,223)
#DBD7E2
(219,215,226)
#DFDBE5
(223,219,229)
#E3DFE8
(227,223,232)
#E7E3EB
(231,227,235)
#EBE7EE
(235,231,238)
#EFEBF1
(239,235,241)
#F3EFF4
(243,239,244)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFCBD9 color. Also use rgb(207,203,217) instead hex code.

Text Font Color

.myTextColor { color: #CFCBD9; }

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

This text font color is #CFCBD9.


Background Color

.myBgColor { background-color: #CFCBD9; }

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

This div background color is #CFCBD9.


Border color

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

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

This div border color is #CFCBD9.


Opacity

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

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

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

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

This text has shadow with #CFCBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFCBD9 on black background.


Color preview on white background

This text has color #CFCBD9 on white background.



Black color preview on #CFCBD9 background

This text has black color on #CFCBD9 background.


White color preview on #CFCBD9 background

This text has white color on #CFCBD9 background.