COLOR #D3E7CB

HEX: #D3E7CB RGB: (211,231,203)

Color info

#D3E7CB contains red, green and blue colors in about the same proportion. Web safe color of #D3E7CB is #CCFFCC (or #CFC).

RGB color model

#D3E7CB color RGB value is (211,231,203).

RGB: (211,231,203) (83%, 91%, 80%)

RGB channels and saturation

R 211 of 255 = 83%
G 231 of 255 = 91%
B 203 of 255 = 80%

211
231
203

R + G + B ~ 85%. #D3E7CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 231 + 203 = 645 (100%)
R 211 of 645 ~ 32.71%
G 231 of 645 ~ 35.81%
B 203 of 645 ~ 31.47'%

%32.71
%35.81
%31.47

CMYK color model

#D3E7CB color CMYK value is (9,0,12,9).

  • cyan value is 8.66%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 9.41%
CMYK: (9,0,12,9) C9M0Y12K9 (9%,0%,12%,9%) (0.09/0.00/0.12/0.09) 

CMYK percentages

%8.66
%0
%12.12
%9.41

Codes

Color #D3E7CB in popluar color models

D3 E7 CB
RGB 211 231 203
HSL 103° 36.84% 85.10%
HSB/HSV 103° 12.12% 90.59%
CMYK 8.66% 0.00% 12.12%
9.41%

Color #D3E7CB in popluar number systems.

HEX D3 E7 CB
Decimal 211 231 203
Binary 11010011 11100111 11001011
Octal 323 347 313

Shades and tints

Shades of #D3E7CB

#D3E7CB
(211,231,203)
#C0D2B9
(192,210,185)
#ADBDA7
(173,189,167)
#9AA895
(154,168,149)
#879383
(135,147,131)
#747E71
(116,126,113)
#61695F
(97,105,95)
#4E544D
(78,84,77)
#3B3F3B
(59,63,59)
#282A29
(40,42,41)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #D3E7CB

#D3E7CB
(211,231,203)
#D7E9CF
(215,233,207)
#DBEBD3
(219,235,211)
#DFEDD7
(223,237,215)
#E3EFDB
(227,239,219)
#E7F1DF
(231,241,223)
#EBF3E3
(235,243,227)
#EFF5E7
(239,245,231)
#F3F7EB
(243,247,235)
#F7F9EF
(247,249,239)
#FBFBF3
(251,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E7CB; }

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

This text font color is #D3E7CB.

Background Color

.myBgColor { background-color: #D3E7CB; }

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

This div background color is #D3E7CB.

Border color

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

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

This div border color is #D3E7CB.

Opacity

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

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

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

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

This text has shadow with #D3E7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E7CB.

Preview

Color preview on black background

This text has color #D3E7CB on black background.


Color preview on white background

This text has color #D3E7CB on white background.


Black color preview on #D3E7CB background

This text has black color on #D3E7CB background.


White color preview on #D3E7CB background

This text has white color on #D3E7CB background.


Related colors

Complementary color

Complementary color for #hex is #2C1834.


I love getcolorcode.com

Triadic colors

1 #CBD3E7 and #E7CBD3 with #D3E7CB are triadic colors.

2 #CBE7D3 and #E7D3CB with #D3E7CB are triadic colors.