COLOR #CFB5DB

HEX: #CFB5DB
RGB: (207,181,219)

Color info

#CFB5DB contains red, green and blue colors in about the same proportion. Web safe color of #CFB5DB is #CCCCCC (or #CCC).

RGB color model

#CFB5DB color RGB value is (207,181,219).

  • red value is 207;
  • green value is 181;
  • blue value is 219.
RGB:
(207,181,219)
(81%,71%,86%)

RGB channels and saturation

R 207 of 255 = 81%
G 181 of 255 = 71%
B 219 of 255 = 86%

207
181
219

R + G + B ~ 79%. #CFB5DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 181 + 219 = 607 (100%)
R 207 of 607 ~ 34.1%
G 181 of 607 ~ 29.82%
B 219 of 607 ~ 36.08%

%34.1
%29.82
%36.08

CMYK color model

#CFB5DB color CMYK value is (5,17,0,14).

  • cyan value is 5.48%
  • magenta value is 17.35%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(5,17,0,14)
C5M17Y0K14 
(5%,17%,0%,14%)
(0.05/0.17/0.00/0.14)	

CMYK percentages

%5.48
%17.35
%0
%14.12

Codes

Color #CFB5DB in popluar color models

CFB5DB
RGB207181219
HSL281°34.55%78.43%
HSB/HSV281°17.35%85.88%
CMYK5.48%17.35%0.00%
14.12%

Color #CFB5DB in popluar number systems.

HEXCFB5DB
Decimal207181219
Binary110011111011010111011011
Octal317265333

Shades and tints

Shades of #CFB5DB

#CFB5DB
(207,181,219)
#BDA5C8
(189,165,200)
#AB95B5
(171,149,181)
#9985A2
(153,133,162)
#87758F
(135,117,143)
#75657C
(117,101,124)
#635569
(99,85,105)
#514556
(81,69,86)
#3F3543
(63,53,67)
#2D2530
(45,37,48)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #CFB5DB

#CFB5DB
(207,181,219)
#D3BBDE
(211,187,222)
#D7C1E1
(215,193,225)
#DBC7E4
(219,199,228)
#DFCDE7
(223,205,231)
#E3D3EA
(227,211,234)
#E7D9ED
(231,217,237)
#EBDFF0
(235,223,240)
#EFE5F3
(239,229,243)
#F3EBF6
(243,235,246)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB5DB color. Also use rgb(207,181,219) instead hex code.

Text Font Color

.myTextColor { color: #CFB5DB; }

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

This text font color is #CFB5DB.


Background Color

.myBgColor { background-color: #CFB5DB; }

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

This div background color is #CFB5DB.


Border color

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

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

This div border color is #CFB5DB.


Opacity

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

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

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

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

This text has shadow with #CFB5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB5DB on black background.


Color preview on white background

This text has color #CFB5DB on white background.



Black color preview on #CFB5DB background

This text has black color on #CFB5DB background.


White color preview on #CFB5DB background

This text has white color on #CFB5DB background.