COLOR #D0B2EB

HEX: #D0B2EB RGB: (208,178,235)

Color info

#D0B2EB contains red, green and blue colors in about the same proportion. Web safe color of #D0B2EB is #CC99FF (or #C9F).

RGB color model

#D0B2EB color RGB value is (208,178,235).

RGB: (208,178,235) (82%, 70%, 92%)

RGB channels and saturation

R 208 of 255 = 82%
G 178 of 255 = 70%
B 235 of 255 = 92%

208
178
235

R + G + B ~ 81%. #D0B2EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 178 + 235 = 621 (100%)
R 208 of 621 ~ 33.49%
G 178 of 621 ~ 28.66%
B 235 of 621 ~ 37.84'%

%33.49
%28.66
%37.84

CMYK color model

#D0B2EB color CMYK value is (11,24,0,8).

  • cyan value is 11.49%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (11,24,0,8) C11M24Y0K8 (11%,24%,0%,8%) (0.11/0.24/0.00/0.08) 

CMYK percentages

%11.49
%24.26
%0
%7.84

Codes

Color #D0B2EB in popluar color models

D0 B2 EB
RGB 208 178 235
HSL 272° 58.76% 80.98%
HSB/HSV 272° 24.26% 92.16%
CMYK 11.49% 24.26% 0.00%
7.84%

Color #D0B2EB in popluar number systems.

HEX D0 B2 EB
Decimal 208 178 235
Binary 11010000 10110010 11101011
Octal 320 262 353

Shades and tints

Shades of #D0B2EB

#D0B2EB
(208,178,235)
#BEA2D6
(190,162,214)
#AC92C1
(172,146,193)
#9A82AC
(154,130,172)
#887297
(136,114,151)
#766282
(118,98,130)
#64526D
(100,82,109)
#524258
(82,66,88)
#403243
(64,50,67)
#2E222E
(46,34,46)
#1C1219
(28,18,25)
#000000
(0,0,0)

Tints of #D0B2EB

#D0B2EB
(208,178,235)
#D4B9EC
(212,185,236)
#D8C0ED
(216,192,237)
#DCC7EE
(220,199,238)
#E0CEEF
(224,206,239)
#E4D5F0
(228,213,240)
#E8DCF1
(232,220,241)
#ECE3F2
(236,227,242)
#F0EAF3
(240,234,243)
#F4F1F4
(244,241,244)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B2EB color. Also use rgb(208,178,235) instead hex code.

Text Font Color

.myTextColor { color: #D0B2EB; }

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

This text font color is #D0B2EB.

Background Color

.myBgColor { background-color: #D0B2EB; }

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

This div background color is #D0B2EB.

Border color

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

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

This div border color is #D0B2EB.

Opacity

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

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

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

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

This text has shadow with #D0B2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B2EB.

Preview

Color preview on black background

This text has color #D0B2EB on black background.


Color preview on white background

This text has color #D0B2EB on white background.


Black color preview on #D0B2EB background

This text has black color on #D0B2EB background.


White color preview on #D0B2EB background

This text has white color on #D0B2EB background.


Related colors

Complementary color

Complementary color for #hex is #2F4D14.


I love getcolorcode.com

Triadic colors

1 #EBD0B2 and #B2EBD0 with #D0B2EB are triadic colors.

2 #EBB2D0 and #B2D0EB with #D0B2EB are triadic colors.