COLOR #9DE2E3

HEX: #9DE2E3 RGB: (157,226,227)

Color info

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

RGB color model

#9DE2E3 color RGB value is (157,226,227).

RGB: (157,226,227) (62%, 89%, 89%)

RGB channels and saturation

R 157 of 255 = 62%
G 226 of 255 = 89%
B 227 of 255 = 89%

157
226
227

R + G + B ~ 80%. #9DE2E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 226 + 227 = 610 (100%)
R 157 of 610 ~ 25.74%
G 226 of 610 ~ 37.05%
B 227 of 610 ~ 37.21'%

%25.74
%37.05
%37.21

CMYK color model

#9DE2E3 color CMYK value is (31,0,0,11).

  • cyan value is 30.84%
  • magenta value is 0.44%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (31,0,0,11) C31M0Y0K11 (31%,0%,0%,11%) (0.31/0.00/0.00/0.11) 

CMYK percentages

%30.84
%0.44
%0
%10.98

Codes

Color #9DE2E3 in popluar color models

9D E2 E3
RGB 157 226 227
HSL 181° 55.56% 75.29%
HSB/HSV 181° 30.84% 89.02%
CMYK 30.84% 0.44% 0.00%
10.98%

Color #9DE2E3 in popluar number systems.

HEX 9D E2 E3
Decimal 157 226 227
Binary 10011101 11100010 11100011
Octal 235 342 343

Shades and tints

Shades of #9DE2E3

#9DE2E3
(157,226,227)
#8FCECF
(143,206,207)
#81BABB
(129,186,187)
#73A6A7
(115,166,167)
#659293
(101,146,147)
#577E7F
(87,126,127)
#496A6B
(73,106,107)
#3B5657
(59,86,87)
#2D4243
(45,66,67)
#1F2E2F
(31,46,47)
#111A1B
(17,26,27)
#000000
(0,0,0)

Tints of #9DE2E3

#9DE2E3
(157,226,227)
#A5E4E5
(165,228,229)
#ADE6E7
(173,230,231)
#B5E8E9
(181,232,233)
#BDEAEB
(189,234,235)
#C5ECED
(197,236,237)
#CDEEEF
(205,238,239)
#D5F0F1
(213,240,241)
#DDF2F3
(221,242,243)
#E5F4F5
(229,244,245)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE2E3 color. Also use rgb(157,226,227) instead hex code.

Text Font Color

.myTextColor { color: #9DE2E3; }

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

This text font color is #9DE2E3.

Background Color

.myBgColor { background-color: #9DE2E3; }

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

This div background color is #9DE2E3.

Border color

.myBorderColor { border: 1px solid #9DE2E3; }

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

This div border color is #9DE2E3.

Opacity

.myOpacity80 { color: #9DE2E3; opacity: 0.8; }

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

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

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

This text has shadow with #9DE2E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DE2E3.

Preview

Color preview on black background

This text has color #9DE2E3 on black background.


Color preview on white background

This text has color #9DE2E3 on white background.


Black color preview on #9DE2E3 background

This text has black color on #9DE2E3 background.


White color preview on #9DE2E3 background

This text has white color on #9DE2E3 background.


Related colors

Complementary color

Complementary color for #hex is #621D1C.


I love getcolorcode.com

Triadic colors

1 #E39DE2 and #E2E39D with #9DE2E3 are triadic colors.

2 #E3E29D and #E29DE3 with #9DE2E3 are triadic colors.