COLOR #D3EEEE

HEX: #D3EEEE RGB: (211,238,238)

Color info

#D3EEEE contains red, green and blue colors in about the same proportion. Web safe color of #D3EEEE is #CCFFFF (or #CFF).

RGB color model

#D3EEEE color RGB value is (211,238,238).

RGB: (211,238,238) (83%, 93%, 93%)

RGB channels and saturation

R 211 of 255 = 83%
G 238 of 255 = 93%
B 238 of 255 = 93%

211
238
238

R + G + B ~ 90%. #D3EEEE is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 238 + 238 = 687 (100%)
R 211 of 687 ~ 30.71%
G 238 of 687 ~ 34.64%
B 238 of 687 ~ 34.64'%

%30.71
%34.64
%34.64

CMYK color model

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

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (11,0,0,7) C11M0Y0K7 (11%,0%,0%,7%) (0.11/0.00/0.00/0.07) 

CMYK percentages

%11.34
%0
%0
%6.67

Codes

Color #D3EEEE in popluar color models

D3 EE EE
RGB 211 238 238
HSL 180° 44.26% 88.04%
HSB/HSV 180° 11.34% 93.33%
CMYK 11.34% 0.00% 0.00%
6.67%

Color #D3EEEE in popluar number systems.

HEX D3 EE EE
Decimal 211 238 238
Binary 11010011 11101110 11101110
Octal 323 356 356

Shades and tints

Shades of #D3EEEE

#D3EEEE
(211,238,238)
#C0D9D9
(192,217,217)
#ADC4C4
(173,196,196)
#9AAFAF
(154,175,175)
#879A9A
(135,154,154)
#748585
(116,133,133)
#617070
(97,112,112)
#4E5B5B
(78,91,91)
#3B4646
(59,70,70)
#283131
(40,49,49)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #D3EEEE

#D3EEEE
(211,238,238)
#D7EFEF
(215,239,239)
#DBF0F0
(219,240,240)
#DFF1F1
(223,241,241)
#E3F2F2
(227,242,242)
#E7F3F3
(231,243,243)
#EBF4F4
(235,244,244)
#EFF5F5
(239,245,245)
#F3F6F6
(243,246,246)
#F7F7F7
(247,247,247)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EEEE; }

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

This text font color is #D3EEEE.

Background Color

.myBgColor { background-color: #D3EEEE; }

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

This div background color is #D3EEEE.

Border color

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

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

This div border color is #D3EEEE.

Opacity

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

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

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

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

This text has shadow with #D3EEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EEEE.

Preview

Color preview on black background

This text has color #D3EEEE on black background.


Color preview on white background

This text has color #D3EEEE on white background.


Black color preview on #D3EEEE background

This text has black color on #D3EEEE background.


White color preview on #D3EEEE background

This text has white color on #D3EEEE background.


Related colors

Complementary color

Complementary color for #hex is #2C1111.


I love getcolorcode.com