COLOR #CFAEBA

HEX: #CFAEBA
RGB: (207,174,186)

Color info

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

RGB color model

#CFAEBA color RGB value is (207,174,186).

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

RGB channels and saturation

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

207
174
186

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

Portions of RGB colors in percentages

R + G + B =
207 + 174 + 186 = 567 (100%)
R 207 of 567 ~ 36.51%
G 174 of 567 ~ 30.69%
B 186 of 567 ~ 32.8%

%36.51
%30.69
%32.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 10.14%
  • 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
%10.14
%18.82

Codes

Color #CFAEBA in popluar color models

CFAEBA
RGB207174186
HSL338°25.58%74.71%
HSB/HSV338°15.94%81.18%
CMYK0.00%15.94%10.14%
18.82%

Color #CFAEBA in popluar number systems.

HEXCFAEBA
Decimal207174186
Binary110011111010111010111010
Octal317256272

Shades and tints

Shades of #CFAEBA

#CFAEBA
(207,174,186)
#BD9FAA
(189,159,170)
#AB909A
(171,144,154)
#99818A
(153,129,138)
#87727A
(135,114,122)
#75636A
(117,99,106)
#63545A
(99,84,90)
#51454A
(81,69,74)
#3F363A
(63,54,58)
#2D272A
(45,39,42)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #CFAEBA

#CFAEBA
(207,174,186)
#D3B5C0
(211,181,192)
#D7BCC6
(215,188,198)
#DBC3CC
(219,195,204)
#DFCAD2
(223,202,210)
#E3D1D8
(227,209,216)
#E7D8DE
(231,216,222)
#EBDFE4
(235,223,228)
#EFE6EA
(239,230,234)
#F3EDF0
(243,237,240)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFAEBA; }

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

This text font color is #CFAEBA.


Background Color

.myBgColor { background-color: #CFAEBA; }

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

This div background color is #CFAEBA.


Border color

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

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

This div border color is #CFAEBA.


Opacity

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

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

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

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

This text has shadow with #CFAEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFAEBA on black background.


Color preview on white background

This text has color #CFAEBA on white background.



Black color preview on #CFAEBA background

This text has black color on #CFAEBA background.


White color preview on #CFAEBA background

This text has white color on #CFAEBA background.