COLOR #D0BAEC

HEX: #D0BAEC
RGB: (208,186,236)

Color info

#D0BAEC contains red, green and blue colors in about the same proportion. Web safe color of #D0BAEC is #CCCCFF (or #CCF).

RGB color model

#D0BAEC color RGB value is (208,186,236).

  • red value is 208;
  • green value is 186;
  • blue value is 236.
RGB:
(208,186,236)
(82%,73%,93%)

RGB channels and saturation

R 208 of 255 = 82%
G 186 of 255 = 73%
B 236 of 255 = 93%

208
186
236

R + G + B ~ 83%. #D0BAEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 186 + 236 = 630 (100%)
R 208 of 630 ~ 33.02%
G 186 of 630 ~ 29.52%
B 236 of 630 ~ 37.46%

%33.02
%29.52
%37.46

CMYK color model

#D0BAEC color CMYK value is (12,21,0,7).

  • cyan value is 11.86%
  • magenta value is 21.19%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(12,21,0,7)
C12M21Y0K7 
(12%,21%,0%,7%)
(0.12/0.21/0.00/0.07)	

CMYK percentages

%11.86
%21.19
%0
%7.45

Codes

Color #D0BAEC in popluar color models

D0BAEC
RGB208186236
HSL266°56.82%82.75%
HSB/HSV266°21.19%92.55%
CMYK11.86%21.19%0.00%
7.45%

Color #D0BAEC in popluar number systems.

HEXD0BAEC
Decimal208186236
Binary110100001011101011101100
Octal320272354

Shades and tints

Shades of #D0BAEC

#D0BAEC
(208,186,236)
#BEAAD7
(190,170,215)
#AC9AC2
(172,154,194)
#9A8AAD
(154,138,173)
#887A98
(136,122,152)
#766A83
(118,106,131)
#645A6E
(100,90,110)
#524A59
(82,74,89)
#403A44
(64,58,68)
#2E2A2F
(46,42,47)
#1C1A1A
(28,26,26)
#000000
(0,0,0)

Tints of #D0BAEC

#D0BAEC
(208,186,236)
#D4C0ED
(212,192,237)
#D8C6EE
(216,198,238)
#DCCCEF
(220,204,239)
#E0D2F0
(224,210,240)
#E4D8F1
(228,216,241)
#E8DEF2
(232,222,242)
#ECE4F3
(236,228,243)
#F0EAF4
(240,234,244)
#F4F0F5
(244,240,245)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BAEC color. Also use rgb(208,186,236) instead hex code.

Text Font Color

.myTextColor { color: #D0BAEC; }

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

This text font color is #D0BAEC.


Background Color

.myBgColor { background-color: #D0BAEC; }

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

This div background color is #D0BAEC.


Border color

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

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

This div border color is #D0BAEC.


Opacity

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

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

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

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

This text has shadow with #D0BAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BAEC on black background.


Color preview on white background

This text has color #D0BAEC on white background.



Black color preview on #D0BAEC background

This text has black color on #D0BAEC background.


White color preview on #D0BAEC background

This text has white color on #D0BAEC background.