COLOR #CFABD6

HEX: #CFABD6
RGB: (207,171,214)

Color info

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

RGB color model

#CFABD6 color RGB value is (207,171,214).

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

RGB channels and saturation

R 207 of 255 = 81%
G 171 of 255 = 67%
B 214 of 255 = 84%

207
171
214

R + G + B ~ 77%. #CFABD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 171 + 214 = 592 (100%)
R 207 of 592 ~ 34.97%
G 171 of 592 ~ 28.89%
B 214 of 592 ~ 36.15%

%34.97
%28.89
%36.15

CMYK color model

#CFABD6 color CMYK value is (3,20,0,16).

  • cyan value is 3.27%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(3,20,0,16)
C3M20Y0K16 
(3%,20%,0%,16%)
(0.03/0.20/0.00/0.16)	

CMYK percentages

%3.27
%20.09
%0
%16.08

Codes

Color #CFABD6 in popluar color models

CFABD6
RGB207171214
HSL290°34.40%75.49%
HSB/HSV290°20.09%83.92%
CMYK3.27%20.09%0.00%
16.08%

Color #CFABD6 in popluar number systems.

HEXCFABD6
Decimal207171214
Binary110011111010101111010110
Octal317253326

Shades and tints

Shades of #CFABD6

#CFABD6
(207,171,214)
#BD9CC3
(189,156,195)
#AB8DB0
(171,141,176)
#997E9D
(153,126,157)
#876F8A
(135,111,138)
#756077
(117,96,119)
#635164
(99,81,100)
#514251
(81,66,81)
#3F333E
(63,51,62)
#2D242B
(45,36,43)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #CFABD6

#CFABD6
(207,171,214)
#D3B2D9
(211,178,217)
#D7B9DC
(215,185,220)
#DBC0DF
(219,192,223)
#DFC7E2
(223,199,226)
#E3CEE5
(227,206,229)
#E7D5E8
(231,213,232)
#EBDCEB
(235,220,235)
#EFE3EE
(239,227,238)
#F3EAF1
(243,234,241)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFABD6; }

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

This text font color is #CFABD6.


Background Color

.myBgColor { background-color: #CFABD6; }

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

This div background color is #CFABD6.


Border color

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

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

This div border color is #CFABD6.


Opacity

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

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

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

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

This text has shadow with #CFABD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFABD6 on black background.


Color preview on white background

This text has color #CFABD6 on white background.



Black color preview on #CFABD6 background

This text has black color on #CFABD6 background.


White color preview on #CFABD6 background

This text has white color on #CFABD6 background.