COLOR #D2EBEB

HEX: #D2EBEB
RGB: (210,235,235)

Color info

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

RGB color model

#D2EBEB color RGB value is (210,235,235).

  • red value is 210;
  • green value is 235;
  • blue value is 235.
RGB:
(210,235,235)
(82%,92%,92%)

RGB channels and saturation

R 210 of 255 = 82%
G 235 of 255 = 92%
B 235 of 255 = 92%

210
235
235

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

Portions of RGB colors in percentages

R + G + B =
210 + 235 + 235 = 680 (100%)
R 210 of 680 ~ 30.88%
G 235 of 680 ~ 34.56%
B 235 of 680 ~ 34.56%

%30.88
%34.56
%34.56

CMYK color model

#D2EBEB color CMYK value is (11,0,0,8).

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(11,0,0,8)
C11M0Y0K8 
(11%,0%,0%,8%)
(0.11/0.00/0.00/0.08)	

CMYK percentages

%10.64
%0
%0
%7.84

Codes

Color #D2EBEB in popluar color models

D2EBEB
RGB210235235
HSL180°38.46%87.25%
HSB/HSV180°10.64%92.16%
CMYK10.64%0.00%0.00%
7.84%

Color #D2EBEB in popluar number systems.

HEXD2EBEB
Decimal210235235
Binary110100101110101111101011
Octal322353353

Shades and tints

Shades of #D2EBEB

#D2EBEB
(210,235,235)
#BFD6D6
(191,214,214)
#ACC1C1
(172,193,193)
#99ACAC
(153,172,172)
#869797
(134,151,151)
#738282
(115,130,130)
#606D6D
(96,109,109)
#4D5858
(77,88,88)
#3A4343
(58,67,67)
#272E2E
(39,46,46)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #D2EBEB

#D2EBEB
(210,235,235)
#D6ECEC
(214,236,236)
#DAEDED
(218,237,237)
#DEEEEE
(222,238,238)
#E2EFEF
(226,239,239)
#E6F0F0
(230,240,240)
#EAF1F1
(234,241,241)
#EEF2F2
(238,242,242)
#F2F3F3
(242,243,243)
#F6F4F4
(246,244,244)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EBEB; }

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

This text font color is #D2EBEB.


Background Color

.myBgColor { background-color: #D2EBEB; }

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

This div background color is #D2EBEB.


Border color

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

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

This div border color is #D2EBEB.


Opacity

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

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

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

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

This text has shadow with #D2EBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EBEB on black background.


Color preview on white background

This text has color #D2EBEB on white background.



Black color preview on #D2EBEB background

This text has black color on #D2EBEB background.


White color preview on #D2EBEB background

This text has white color on #D2EBEB background.