COLOR #CFABD8

HEX: #CFABD8
RGB: (207,171,216)

Color info

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

RGB color model

#CFABD8 color RGB value is (207,171,216).

  • red value is 207;
  • green value is 171;
  • blue value is 216.
RGB:
(207,171,216)
(81%,67%,85%)

RGB channels and saturation

R 207 of 255 = 81%
G 171 of 255 = 67%
B 216 of 255 = 85%

207
171
216

R + G + B ~ 78%. #CFABD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 171 + 216 = 594 (100%)
R 207 of 594 ~ 34.85%
G 171 of 594 ~ 28.79%
B 216 of 594 ~ 36.36%

%34.85
%28.79
%36.36

CMYK color model

#CFABD8 color CMYK value is (4,21,0,15).

  • cyan value is 4.17%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(4,21,0,15)
C4M21Y0K15 
(4%,21%,0%,15%)
(0.04/0.21/0.00/0.15)	

CMYK percentages

%4.17
%20.83
%0
%15.29

Codes

Color #CFABD8 in popluar color models

CFABD8
RGB207171216
HSL288°36.59%75.88%
HSB/HSV288°20.83%84.71%
CMYK4.17%20.83%0.00%
15.29%

Color #CFABD8 in popluar number systems.

HEXCFABD8
Decimal207171216
Binary110011111010101111011000
Octal317253330

Shades and tints

Shades of #CFABD8

#CFABD8
(207,171,216)
#BD9CC5
(189,156,197)
#AB8DB2
(171,141,178)
#997E9F
(153,126,159)
#876F8C
(135,111,140)
#756079
(117,96,121)
#635166
(99,81,102)
#514253
(81,66,83)
#3F3340
(63,51,64)
#2D242D
(45,36,45)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #CFABD8

#CFABD8
(207,171,216)
#D3B2DB
(211,178,219)
#D7B9DE
(215,185,222)
#DBC0E1
(219,192,225)
#DFC7E4
(223,199,228)
#E3CEE7
(227,206,231)
#E7D5EA
(231,213,234)
#EBDCED
(235,220,237)
#EFE3F0
(239,227,240)
#F3EAF3
(243,234,243)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFABD8; }

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

This text font color is #CFABD8.


Background Color

.myBgColor { background-color: #CFABD8; }

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

This div background color is #CFABD8.


Border color

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

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

This div border color is #CFABD8.


Opacity

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

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

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

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

This text has shadow with #CFABD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFABD8 on black background.


Color preview on white background

This text has color #CFABD8 on white background.



Black color preview on #CFABD8 background

This text has black color on #CFABD8 background.


White color preview on #CFABD8 background

This text has white color on #CFABD8 background.