COLOR #D3E3CA

HEX: #D3E3CA RGB: (211,227,202)

Color info

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

RGB color model

#D3E3CA color RGB value is (211,227,202).

RGB: (211,227,202) (83%, 89%, 79%)

RGB channels and saturation

R 211 of 255 = 83%
G 227 of 255 = 89%
B 202 of 255 = 79%

211
227
202

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

Portions of RGB colors in percentages

R + G + B = 211 + 227 + 202 = 640 (100%)
R 211 of 640 ~ 32.97%
G 227 of 640 ~ 35.47%
B 202 of 640 ~ 31.56'%

%32.97
%35.47
%31.56

CMYK color model

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

  • cyan value is 7.05%
  • magenta value is 0.00%
  • yellow value is 11.01%
  • key color value is 10.98%
CMYK: (7,0,11,11) C7M0Y11K11 (7%,0%,11%,11%) (0.07/0.00/0.11/0.11) 

CMYK percentages

%7.05
%0
%11.01
%10.98

Codes

Color #D3E3CA in popluar color models

D3 E3 CA
RGB 211 227 202
HSL 98° 30.86% 84.12%
HSB/HSV 98° 11.01% 89.02%
CMYK 7.05% 0.00% 11.01%
10.98%

Color #D3E3CA in popluar number systems.

HEX D3 E3 CA
Decimal 211 227 202
Binary 11010011 11100011 11001010
Octal 323 343 312

Shades and tints

Shades of #D3E3CA

#D3E3CA
(211,227,202)
#C0CFB8
(192,207,184)
#ADBBA6
(173,187,166)
#9AA794
(154,167,148)
#879382
(135,147,130)
#747F70
(116,127,112)
#616B5E
(97,107,94)
#4E574C
(78,87,76)
#3B433A
(59,67,58)
#282F28
(40,47,40)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #D3E3CA

#D3E3CA
(211,227,202)
#D7E5CE
(215,229,206)
#DBE7D2
(219,231,210)
#DFE9D6
(223,233,214)
#E3EBDA
(227,235,218)
#E7EDDE
(231,237,222)
#EBEFE2
(235,239,226)
#EFF1E6
(239,241,230)
#F3F3EA
(243,243,234)
#F7F5EE
(247,245,238)
#FBF7F2
(251,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E3CA color. Also use rgb(211,227,202) instead hex code.

Text Font Color

.myTextColor { color: #D3E3CA; }

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

This text font color is #D3E3CA.

Background Color

.myBgColor { background-color: #D3E3CA; }

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

This div background color is #D3E3CA.

Border color

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

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

This div border color is #D3E3CA.

Opacity

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

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

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

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

This text has shadow with #D3E3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E3CA.

Preview

Color preview on black background

This text has color #D3E3CA on black background.


Color preview on white background

This text has color #D3E3CA on white background.


Black color preview on #D3E3CA background

This text has black color on #D3E3CA background.


White color preview on #D3E3CA background

This text has white color on #D3E3CA background.


Related colors

Complementary color

Complementary color for #hex is #2C1C35.


I love getcolorcode.com

Triadic colors

1 #CAD3E3 and #E3CAD3 with #D3E3CA are triadic colors.

2 #CAE3D3 and #E3D3CA with #D3E3CA are triadic colors.