COLOR #CFBBD4

HEX: #CFBBD4
RGB: (207,187,212)

Color info

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

RGB color model

#CFBBD4 color RGB value is (207,187,212).

  • red value is 207;
  • green value is 187;
  • blue value is 212.
RGB:
(207,187,212)
(81%,73%,83%)

RGB channels and saturation

R 207 of 255 = 81%
G 187 of 255 = 73%
B 212 of 255 = 83%

207
187
212

R + G + B ~ 79%. #CFBBD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 187 + 212 = 606 (100%)
R 207 of 606 ~ 34.16%
G 187 of 606 ~ 30.86%
B 212 of 606 ~ 34.98%

%34.16
%30.86
%34.98

CMYK color model

#CFBBD4 color CMYK value is (2,12,0,17).

  • cyan value is 2.36%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(2,12,0,17)
C2M12Y0K17 
(2%,12%,0%,17%)
(0.02/0.12/0.00/0.17)	

CMYK percentages

%2.36
%11.79
%0
%16.86

Codes

Color #CFBBD4 in popluar color models

CFBBD4
RGB207187212
HSL288°22.52%78.24%
HSB/HSV288°11.79%83.14%
CMYK2.36%11.79%0.00%
16.86%

Color #CFBBD4 in popluar number systems.

HEXCFBBD4
Decimal207187212
Binary110011111011101111010100
Octal317273324

Shades and tints

Shades of #CFBBD4

#CFBBD4
(207,187,212)
#BDAAC1
(189,170,193)
#AB99AE
(171,153,174)
#99889B
(153,136,155)
#877788
(135,119,136)
#756675
(117,102,117)
#635562
(99,85,98)
#51444F
(81,68,79)
#3F333C
(63,51,60)
#2D2229
(45,34,41)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #CFBBD4

#CFBBD4
(207,187,212)
#D3C1D7
(211,193,215)
#D7C7DA
(215,199,218)
#DBCDDD
(219,205,221)
#DFD3E0
(223,211,224)
#E3D9E3
(227,217,227)
#E7DFE6
(231,223,230)
#EBE5E9
(235,229,233)
#EFEBEC
(239,235,236)
#F3F1EF
(243,241,239)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFBBD4 color. Also use rgb(207,187,212) instead hex code.

Text Font Color

.myTextColor { color: #CFBBD4; }

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

This text font color is #CFBBD4.


Background Color

.myBgColor { background-color: #CFBBD4; }

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

This div background color is #CFBBD4.


Border color

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

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

This div border color is #CFBBD4.


Opacity

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

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

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

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

This text has shadow with #CFBBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBBD4 on black background.


Color preview on white background

This text has color #CFBBD4 on white background.



Black color preview on #CFBBD4 background

This text has black color on #CFBBD4 background.


White color preview on #CFBBD4 background

This text has white color on #CFBBD4 background.