COLOR #CFCBD6

HEX: #CFCBD6
RGB: (207,203,214)

Color info

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

RGB color model

#CFCBD6 color RGB value is (207,203,214).

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

RGB channels and saturation

R 207 of 255 = 81%
G 203 of 255 = 80%
B 214 of 255 = 84%

207
203
214

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

Portions of RGB colors in percentages

R + G + B =
207 + 203 + 214 = 624 (100%)
R 207 of 624 ~ 33.17%
G 203 of 624 ~ 32.53%
B 214 of 624 ~ 34.29%

%33.17
%32.53
%34.29

CMYK color model

#CFCBD6 color CMYK value is (3,5,0,16).

  • cyan value is 3.27%
  • magenta value is 5.14%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(3,5,0,16)
C3M5Y0K16 
(3%,5%,0%,16%)
(0.03/0.05/0.00/0.16)	

CMYK percentages

%3.27
%5.14
%0
%16.08

Codes

Color #CFCBD6 in popluar color models

CFCBD6
RGB207203214
HSL262°11.83%81.76%
HSB/HSV262°5.14%83.92%
CMYK3.27%5.14%0.00%
16.08%

Color #CFCBD6 in popluar number systems.

HEXCFCBD6
Decimal207203214
Binary110011111100101111010110
Octal317313326

Shades and tints

Shades of #CFCBD6

#CFCBD6
(207,203,214)
#BDB9C3
(189,185,195)
#ABA7B0
(171,167,176)
#99959D
(153,149,157)
#87838A
(135,131,138)
#757177
(117,113,119)
#635F64
(99,95,100)
#514D51
(81,77,81)
#3F3B3E
(63,59,62)
#2D292B
(45,41,43)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #CFCBD6

#CFCBD6
(207,203,214)
#D3CFD9
(211,207,217)
#D7D3DC
(215,211,220)
#DBD7DF
(219,215,223)
#DFDBE2
(223,219,226)
#E3DFE5
(227,223,229)
#E7E3E8
(231,227,232)
#EBE7EB
(235,231,235)
#EFEBEE
(239,235,238)
#F3EFF1
(243,239,241)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFCBD6; }

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

This text font color is #CFCBD6.


Background Color

.myBgColor { background-color: #CFCBD6; }

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

This div background color is #CFCBD6.


Border color

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

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

This div border color is #CFCBD6.


Opacity

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

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

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

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

This text has shadow with #CFCBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFCBD6 on black background.


Color preview on white background

This text has color #CFCBD6 on white background.



Black color preview on #CFCBD6 background

This text has black color on #CFCBD6 background.


White color preview on #CFCBD6 background

This text has white color on #CFCBD6 background.