COLOR #D0EDEB

HEX: #D0EDEB RGB: (208,237,235)

Color info

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

RGB color model

#D0EDEB color RGB value is (208,237,235).

RGB: (208,237,235) (82%, 93%, 92%)

RGB channels and saturation

R 208 of 255 = 82%
G 237 of 255 = 93%
B 235 of 255 = 92%

208
237
235

R + G + B ~ 89%. #D0EDEB is light color.

Portions of RGB colors in percentages

R + G + B = 208 + 237 + 235 = 680 (100%)
R 208 of 680 ~ 30.59%
G 237 of 680 ~ 34.85%
B 235 of 680 ~ 34.56'%

%30.59
%34.85
%34.56

CMYK color model

#D0EDEB color CMYK value is (12,0,1,7).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 7.06%

CMYK: (12,0,1,7)
C12M0Y1K7 (12%, 0%, 1%, 7%)
(0.12 / 0.00 / 0.01 / 0.07)

CMYK percentages

%12.24
%0
%0.84
%7.06

Codes

Color #D0EDEB in popluar color models

D0 ED EB
RGB 208 237 235
HSL 176° 44.62% 87.25%
HSB/HSV 176° 12.24% 92.94%
CMYK 12.24% 0.00% 0.84%
7.06%

Color #D0EDEB in popluar number systems.

HEX D0 ED EB
Decimal 208 237 235
Binary 11010000 11101101 11101011
Octal 320 355 353

Shades and tints

Shades of #D0EDEB

#D0EDEB
(208,237,235)
#BED8D6
(190,216,214)
#ACC3C1
(172,195,193)
#9AAEAC
(154,174,172)
#889997
(136,153,151)
#768482
(118,132,130)
#646F6D
(100,111,109)
#525A58
(82,90,88)
#404543
(64,69,67)
#2E302E
(46,48,46)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #D0EDEB

#D0EDEB
(208,237,235)
#D4EEEC
(212,238,236)
#D8EFED
(216,239,237)
#DCF0EE
(220,240,238)
#E0F1EF
(224,241,239)
#E4F2F0
(228,242,240)
#E8F3F1
(232,243,241)
#ECF4F2
(236,244,242)
#F0F5F3
(240,245,243)
#F4F6F4
(244,246,244)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0EDEB color. Also use rgb(208,237,235) instead hex code.

Text Font Color

.myTextColor { color: #D0EDEB; }

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

This text font color is #D0EDEB.

Background Color

.myBgColor { background-color: #D0EDEB; }

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

This div background color is #D0EDEB.

Border color

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

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

This div border color is #D0EDEB.

Opacity

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

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

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

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

This text has shadow with #D0EDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0EDEB.

Preview

Color preview on black background

This text has color #D0EDEB on black background.


Color preview on white background

This text has color #D0EDEB on white background.


Black color preview on #D0EDEB background

This text has black color on #D0EDEB background.


White color preview on #D0EDEB background

This text has white color on #D0EDEB background.


Related colors

Complementary color

Complementary color for #hex is #2F1214.


I love getcolorcode.com

Triadic colors

1 #EBD0ED and #EDEBD0 with #D0EDEB are triadic colors.

2 #EBEDD0 and #EDD0EB with #D0EDEB are triadic colors.