COLOR #CFAEC4

HEX: #CFAEC4
RGB: (207,174,196)

Color info

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

RGB color model

#CFAEC4 color RGB value is (207,174,196).

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

RGB channels and saturation

R 207 of 255 = 81%
G 174 of 255 = 68%
B 196 of 255 = 77%

207
174
196

R + G + B ~ 75%. #CFAEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 174 + 196 = 577 (100%)
R 207 of 577 ~ 35.88%
G 174 of 577 ~ 30.16%
B 196 of 577 ~ 33.97%

%35.88
%30.16
%33.97

CMYK color model

#CFAEC4 color CMYK value is (0,16,5,19).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 5.31%
  • key color value is 18.82%
CMYK:
(0,16,5,19)
C0M16Y5K19 
(0%,16%,5%,19%)
(0.00/0.16/0.05/0.19)	

CMYK percentages

%0
%15.94
%5.31
%18.82

Codes

Color #CFAEC4 in popluar color models

CFAEC4
RGB207174196
HSL320°25.58%74.71%
HSB/HSV320°15.94%81.18%
CMYK0.00%15.94%5.31%
18.82%

Color #CFAEC4 in popluar number systems.

HEXCFAEC4
Decimal207174196
Binary110011111010111011000100
Octal317256304

Shades and tints

Shades of #CFAEC4

#CFAEC4
(207,174,196)
#BD9FB3
(189,159,179)
#AB90A2
(171,144,162)
#998191
(153,129,145)
#877280
(135,114,128)
#75636F
(117,99,111)
#63545E
(99,84,94)
#51454D
(81,69,77)
#3F363C
(63,54,60)
#2D272B
(45,39,43)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #CFAEC4

#CFAEC4
(207,174,196)
#D3B5C9
(211,181,201)
#D7BCCE
(215,188,206)
#DBC3D3
(219,195,211)
#DFCAD8
(223,202,216)
#E3D1DD
(227,209,221)
#E7D8E2
(231,216,226)
#EBDFE7
(235,223,231)
#EFE6EC
(239,230,236)
#F3EDF1
(243,237,241)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAEC4; }

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

This text font color is #CFAEC4.


Background Color

.myBgColor { background-color: #CFAEC4; }

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

This div background color is #CFAEC4.


Border color

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

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

This div border color is #CFAEC4.


Opacity

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

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

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

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

This text has shadow with #CFAEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAEC4 on black background.


Color preview on white background

This text has color #CFAEC4 on white background.



Black color preview on #CFAEC4 background

This text has black color on #CFAEC4 background.


White color preview on #CFAEC4 background

This text has white color on #CFAEC4 background.