COLOR #CFABC9

HEX: #CFABC9 RGB: (207,171,201)

Color info

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

RGB color model

#CFABC9 color RGB value is (207,171,201).

RGB: (207,171,201) (81%, 67%, 79%)

RGB channels and saturation

R 207 of 255 = 81%
G 171 of 255 = 67%
B 201 of 255 = 79%

207
171
201

R + G + B ~ 76%. #CFABC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 171 + 201 = 579 (100%)
R 207 of 579 ~ 35.75%
G 171 of 579 ~ 29.53%
B 201 of 579 ~ 34.72'%

%35.75
%29.53
%34.72

CMYK color model

#CFABC9 color CMYK value is (0,17,3,19).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 2.90%
  • key color value is 18.82%
CMYK: (0,17,3,19) C0M17Y3K19 (0%,17%,3%,19%) (0.00/0.17/0.03/0.19) 

CMYK percentages

%0
%17.39
%2.9
%18.82

Codes

Color #CFABC9 in popluar color models

CF AB C9
RGB 207 171 201
HSL 310° 27.27% 74.12%
HSB/HSV 310° 17.39% 81.18%
CMYK 0.00% 17.39% 2.90%
18.82%

Color #CFABC9 in popluar number systems.

HEX CF AB C9
Decimal 207 171 201
Binary 11001111 10101011 11001001
Octal 317 253 311

Shades and tints

Shades of #CFABC9

#CFABC9
(207,171,201)
#BD9CB7
(189,156,183)
#AB8DA5
(171,141,165)
#997E93
(153,126,147)
#876F81
(135,111,129)
#75606F
(117,96,111)
#63515D
(99,81,93)
#51424B
(81,66,75)
#3F3339
(63,51,57)
#2D2427
(45,36,39)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #CFABC9

#CFABC9
(207,171,201)
#D3B2CD
(211,178,205)
#D7B9D1
(215,185,209)
#DBC0D5
(219,192,213)
#DFC7D9
(223,199,217)
#E3CEDD
(227,206,221)
#E7D5E1
(231,213,225)
#EBDCE5
(235,220,229)
#EFE3E9
(239,227,233)
#F3EAED
(243,234,237)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFABC9 color. Also use rgb(207,171,201) instead hex code.

Text Font Color

.myTextColor { color: #CFABC9; }

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

This text font color is #CFABC9.

Background Color

.myBgColor { background-color: #CFABC9; }

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

This div background color is #CFABC9.

Border color

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

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

This div border color is #CFABC9.

Opacity

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

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

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

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

This text has shadow with #CFABC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFABC9.

Preview

Color preview on black background

This text has color #CFABC9 on black background.


Color preview on white background

This text has color #CFABC9 on white background.


Black color preview on #CFABC9 background

This text has black color on #CFABC9 background.


White color preview on #CFABC9 background

This text has white color on #CFABC9 background.


Related colors

Complementary color

Complementary color for #hex is #305436.


I love getcolorcode.com

Triadic colors

1 #C9CFAB and #ABC9CF with #CFABC9 are triadic colors.

2 #C9ABCF and #ABCFC9 with #CFABC9 are triadic colors.