COLOR #8DD2CB

HEX: #8DD2CB
RGB: (141,210,203)

Color info

#8DD2CB contains mainly green and blue colors. Web safe color of #8DD2CB is #99CCCC (or #9CC).

RGB color model

#8DD2CB color RGB value is (141,210,203).

  • red value is 141;
  • green value is 210;
  • blue value is 203.
RGB:
(141,210,203)
(55%,82%,80%)

RGB channels and saturation

R 141 of 255 = 55%
G 210 of 255 = 82%
B 203 of 255 = 80%

141
210
203

R + G + B ~ 72%. #8DD2CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 210 + 203 = 554 (100%)
R 141 of 554 ~ 25.45%
G 210 of 554 ~ 37.91%
B 203 of 554 ~ 36.64%

%25.45
%37.91
%36.64

CMYK color model

#8DD2CB color CMYK value is (33,0,3,18).

  • cyan value is 32.86%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 17.65%
CMYK:
(33,0,3,18)
C33M0Y3K18 
(33%,0%,3%,18%)
(0.33/0.00/0.03/0.18)	

CMYK percentages

%32.86
%0
%3.33
%17.65

Codes

Color #8DD2CB in popluar color models

8DD2CB
RGB141210203
HSL174°43.40%68.82%
HSB/HSV174°32.86%82.35%
CMYK32.86%0.00%3.33%
17.65%

Color #8DD2CB in popluar number systems.

HEX8DD2CB
Decimal141210203
Binary100011011101001011001011
Octal215322313

Shades and tints

Shades of #8DD2CB

#8DD2CB
(141,210,203)
#81BFB9
(129,191,185)
#75ACA7
(117,172,167)
#699995
(105,153,149)
#5D8683
(93,134,131)
#517371
(81,115,113)
#45605F
(69,96,95)
#394D4D
(57,77,77)
#2D3A3B
(45,58,59)
#212729
(33,39,41)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #8DD2CB

#8DD2CB
(141,210,203)
#97D6CF
(151,214,207)
#A1DAD3
(161,218,211)
#ABDED7
(171,222,215)
#B5E2DB
(181,226,219)
#BFE6DF
(191,230,223)
#C9EAE3
(201,234,227)
#D3EEE7
(211,238,231)
#DDF2EB
(221,242,235)
#E7F6EF
(231,246,239)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DD2CB color. Also use rgb(141,210,203) instead hex code.

Text Font Color

.myTextColor { color: #8DD2CB; }

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

This text font color is #8DD2CB.


Background Color

.myBgColor { background-color: #8DD2CB; }

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

This div background color is #8DD2CB.


Border color

.myBorderColor { border: 1px solid #8DD2CB; }

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

This div border color is #8DD2CB.


Opacity

.myOpacity80 { color: #8DD2CB; opacity: 0.8; }

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

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

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

This text has shadow with #8DD2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD2CB on black background.


Color preview on white background

This text has color #8DD2CB on white background.



Black color preview on #8DD2CB background

This text has black color on #8DD2CB background.


White color preview on #8DD2CB background

This text has white color on #8DD2CB background.