COLOR #D3EADB

HEX: #D3EADB RGB: (211,234,219)

Color info

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

RGB color model

#D3EADB color RGB value is (211,234,219).

RGB: (211,234,219) (83%, 92%, 86%)

RGB channels and saturation

R 211 of 255 = 83%
G 234 of 255 = 92%
B 219 of 255 = 86%

211
234
219

R + G + B ~ 87%. #D3EADB is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 234 + 219 = 664 (100%)
R 211 of 664 ~ 31.78%
G 234 of 664 ~ 35.24%
B 219 of 664 ~ 32.98'%

%31.78
%35.24
%32.98

CMYK color model

#D3EADB color CMYK value is (10,0,6,8).

  • cyan value is 9.83%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 8.24%

CMYK: (10,0,6,8)
C10M0Y6K8 (10%, 0%, 6%, 8%)
(0.10 / 0.00 / 0.06 / 0.08)

CMYK percentages

%9.83
%0
%6.41
%8.24

Codes

Color #D3EADB in popluar color models

D3 EA DB
RGB 211 234 219
HSL 141° 35.38% 87.25%
HSB/HSV 141° 9.83% 91.76%
CMYK 9.83% 0.00% 6.41%
8.24%

Color #D3EADB in popluar number systems.

HEX D3 EA DB
Decimal 211 234 219
Binary 11010011 11101010 11011011
Octal 323 352 333

Shades and tints

Shades of #D3EADB

#D3EADB
(211,234,219)
#C0D5C8
(192,213,200)
#ADC0B5
(173,192,181)
#9AABA2
(154,171,162)
#87968F
(135,150,143)
#74817C
(116,129,124)
#616C69
(97,108,105)
#4E5756
(78,87,86)
#3B4243
(59,66,67)
#282D30
(40,45,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #D3EADB

#D3EADB
(211,234,219)
#D7EBDE
(215,235,222)
#DBECE1
(219,236,225)
#DFEDE4
(223,237,228)
#E3EEE7
(227,238,231)
#E7EFEA
(231,239,234)
#EBF0ED
(235,240,237)
#EFF1F0
(239,241,240)
#F3F2F3
(243,242,243)
#F7F3F6
(247,243,246)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EADB color. Also use rgb(211,234,219) instead hex code.

Text Font Color

.myTextColor { color: #D3EADB; }

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

This text font color is #D3EADB.

Background Color

.myBgColor { background-color: #D3EADB; }

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

This div background color is #D3EADB.

Border color

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

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

This div border color is #D3EADB.

Opacity

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

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

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

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

This text has shadow with #D3EADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EADB.

Preview

Color preview on black background

This text has color #D3EADB on black background.


Color preview on white background

This text has color #D3EADB on white background.


Black color preview on #D3EADB background

This text has black color on #D3EADB background.


White color preview on #D3EADB background

This text has white color on #D3EADB background.


Related colors

Complementary color

Complementary color for #hex is #2C1524.


I love getcolorcode.com

Triadic colors

1 #DBD3EA and #EADBD3 with #D3EADB are triadic colors.

2 #DBEAD3 and #EAD3DB with #D3EADB are triadic colors.