COLOR #D3CBE2

HEX: #D3CBE2 RGB: (211,203,226)

Color info

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

RGB color model

#D3CBE2 color RGB value is (211,203,226).

RGB: (211,203,226) (83%, 80%, 89%)

RGB channels and saturation

R 211 of 255 = 83%
G 203 of 255 = 80%
B 226 of 255 = 89%

211
203
226

R + G + B ~ 84%. #D3CBE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 203 + 226 = 640 (100%)
R 211 of 640 ~ 32.97%
G 203 of 640 ~ 31.72%
B 226 of 640 ~ 35.31'%

%32.97
%31.72
%35.31

CMYK color model

#D3CBE2 color CMYK value is (7,10,0,11).

  • cyan value is 6.64%
  • magenta value is 10.18%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (7,10,0,11) C7M10Y0K11 (7%,10%,0%,11%) (0.07/0.10/0.00/0.11) 

CMYK percentages

%6.64
%10.18
%0
%11.37

Codes

Color #D3CBE2 in popluar color models

D3 CB E2
RGB 211 203 226
HSL 261° 28.40% 84.12%
HSB/HSV 261° 10.18% 88.63%
CMYK 6.64% 10.18% 0.00%
11.37%

Color #D3CBE2 in popluar number systems.

HEX D3 CB E2
Decimal 211 203 226
Binary 11010011 11001011 11100010
Octal 323 313 342

Shades and tints

Shades of #D3CBE2

#D3CBE2
(211,203,226)
#C0B9CE
(192,185,206)
#ADA7BA
(173,167,186)
#9A95A6
(154,149,166)
#878392
(135,131,146)
#74717E
(116,113,126)
#615F6A
(97,95,106)
#4E4D56
(78,77,86)
#3B3B42
(59,59,66)
#28292E
(40,41,46)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #D3CBE2

#D3CBE2
(211,203,226)
#D7CFE4
(215,207,228)
#DBD3E6
(219,211,230)
#DFD7E8
(223,215,232)
#E3DBEA
(227,219,234)
#E7DFEC
(231,223,236)
#EBE3EE
(235,227,238)
#EFE7F0
(239,231,240)
#F3EBF2
(243,235,242)
#F7EFF4
(247,239,244)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3CBE2 color. Also use rgb(211,203,226) instead hex code.

Text Font Color

.myTextColor { color: #D3CBE2; }

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

This text font color is #D3CBE2.

Background Color

.myBgColor { background-color: #D3CBE2; }

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

This div background color is #D3CBE2.

Border color

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

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

This div border color is #D3CBE2.

Opacity

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

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

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

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

This text has shadow with #D3CBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3CBE2.

Preview

Color preview on black background

This text has color #D3CBE2 on black background.


Color preview on white background

This text has color #D3CBE2 on white background.


Black color preview on #D3CBE2 background

This text has black color on #D3CBE2 background.


White color preview on #D3CBE2 background

This text has white color on #D3CBE2 background.


Related colors

Complementary color

Complementary color for #hex is #2C341D.


I love getcolorcode.com

Triadic colors

1 #E2D3CB and #CBE2D3 with #D3CBE2 are triadic colors.

2 #E2CBD3 and #CBD3E2 with #D3CBE2 are triadic colors.