COLOR #CFAEBB

HEX: #CFAEBB
RGB: (207,174,187)

Color info

#CFAEBB contains red, green and blue colors in about the same proportion. Web safe color of #CFAEBB is #CC99CC (or #C9C).

RGB color model

#CFAEBB color RGB value is (207,174,187).

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

RGB channels and saturation

R 207 of 255 = 81%
G 174 of 255 = 68%
B 187 of 255 = 73%

207
174
187

R + G + B ~ 74%. #CFAEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 174 + 187 = 568 (100%)
R 207 of 568 ~ 36.44%
G 174 of 568 ~ 30.63%
B 187 of 568 ~ 32.92%

%36.44
%30.63
%32.92

CMYK color model

#CFAEBB color CMYK value is (0,16,10,19).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 9.66%
  • key color value is 18.82%
CMYK:
(0,16,10,19)
C0M16Y10K19 
(0%,16%,10%,19%)
(0.00/0.16/0.10/0.19)	

CMYK percentages

%0
%15.94
%9.66
%18.82

Codes

Color #CFAEBB in popluar color models

CFAEBB
RGB207174187
HSL336°25.58%74.71%
HSB/HSV336°15.94%81.18%
CMYK0.00%15.94%9.66%
18.82%

Color #CFAEBB in popluar number systems.

HEXCFAEBB
Decimal207174187
Binary110011111010111010111011
Octal317256273

Shades and tints

Shades of #CFAEBB

#CFAEBB
(207,174,187)
#BD9FAA
(189,159,170)
#AB9099
(171,144,153)
#998188
(153,129,136)
#877277
(135,114,119)
#756366
(117,99,102)
#635455
(99,84,85)
#514544
(81,69,68)
#3F3633
(63,54,51)
#2D2722
(45,39,34)
#1B1811
(27,24,17)
#000000
(0,0,0)

Tints of #CFAEBB

#CFAEBB
(207,174,187)
#D3B5C1
(211,181,193)
#D7BCC7
(215,188,199)
#DBC3CD
(219,195,205)
#DFCAD3
(223,202,211)
#E3D1D9
(227,209,217)
#E7D8DF
(231,216,223)
#EBDFE5
(235,223,229)
#EFE6EB
(239,230,235)
#F3EDF1
(243,237,241)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAEBB; }

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

This text font color is #CFAEBB.


Background Color

.myBgColor { background-color: #CFAEBB; }

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

This div background color is #CFAEBB.


Border color

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

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

This div border color is #CFAEBB.


Opacity

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

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

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

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

This text has shadow with #CFAEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAEBB on black background.


Color preview on white background

This text has color #CFAEBB on white background.



Black color preview on #CFAEBB background

This text has black color on #CFAEBB background.


White color preview on #CFAEBB background

This text has white color on #CFAEBB background.