COLOR #CFAEBC

HEX: #CFAEBC
RGB: (207,174,188)

Color info

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

RGB color model

#CFAEBC color RGB value is (207,174,188).

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

RGB channels and saturation

R 207 of 255 = 81%
G 174 of 255 = 68%
B 188 of 255 = 74%

207
174
188

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

Portions of RGB colors in percentages

R + G + B =
207 + 174 + 188 = 569 (100%)
R 207 of 569 ~ 36.38%
G 174 of 569 ~ 30.58%
B 188 of 569 ~ 33.04%

%36.38
%30.58
%33.04

CMYK color model

#CFAEBC color CMYK value is (0,16,9,19).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 9.18%
  • key color value is 18.82%
CMYK:
(0,16,9,19)
C0M16Y9K19 
(0%,16%,9%,19%)
(0.00/0.16/0.09/0.19)	

CMYK percentages

%0
%15.94
%9.18
%18.82

Codes

Color #CFAEBC in popluar color models

CFAEBC
RGB207174188
HSL335°25.58%74.71%
HSB/HSV335°15.94%81.18%
CMYK0.00%15.94%9.18%
18.82%

Color #CFAEBC in popluar number systems.

HEXCFAEBC
Decimal207174188
Binary110011111010111010111100
Octal317256274

Shades and tints

Shades of #CFAEBC

#CFAEBC
(207,174,188)
#BD9FAB
(189,159,171)
#AB909A
(171,144,154)
#998189
(153,129,137)
#877278
(135,114,120)
#756367
(117,99,103)
#635456
(99,84,86)
#514545
(81,69,69)
#3F3634
(63,54,52)
#2D2723
(45,39,35)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #CFAEBC

#CFAEBC
(207,174,188)
#D3B5C2
(211,181,194)
#D7BCC8
(215,188,200)
#DBC3CE
(219,195,206)
#DFCAD4
(223,202,212)
#E3D1DA
(227,209,218)
#E7D8E0
(231,216,224)
#EBDFE6
(235,223,230)
#EFE6EC
(239,230,236)
#F3EDF2
(243,237,242)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAEBC; }

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

This text font color is #CFAEBC.


Background Color

.myBgColor { background-color: #CFAEBC; }

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

This div background color is #CFAEBC.


Border color

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

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

This div border color is #CFAEBC.


Opacity

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

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

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

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

This text has shadow with #CFAEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAEBC on black background.


Color preview on white background

This text has color #CFAEBC on white background.



Black color preview on #CFAEBC background

This text has black color on #CFAEBC background.


White color preview on #CFAEBC background

This text has white color on #CFAEBC background.