COLOR #9EFBCD

HEX: #9EFBCD RGB: (158,251,205)

Color info

#9EFBCD contains mainly green and blue colors. Web safe color of #9EFBCD is #99FFCC (or #9FC).

RGB color model

#9EFBCD color RGB value is (158,251,205).

RGB: (158,251,205) (62%, 98%, 80%)

RGB channels and saturation

R 158 of 255 = 62%
G 251 of 255 = 98%
B 205 of 255 = 80%

158
251
205

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

Portions of RGB colors in percentages

R + G + B = 158 + 251 + 205 = 614 (100%)
R 158 of 614 ~ 25.73%
G 251 of 614 ~ 40.88%
B 205 of 614 ~ 33.39'%

%25.73
%40.88
%33.39

CMYK color model

#9EFBCD color CMYK value is (37,0,18,2).

  • cyan value is 37.05%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • key color value is 1.57%

CMYK: (37,0,18,2)
C37M0Y18K2 (37%, 0%, 18%, 2%)
(0.37 / 0.00 / 0.18 / 0.02)

CMYK percentages

%37.05
%0
%18.33
%1.57

Codes

Color #9EFBCD in popluar color models

9E FB CD
RGB 158 251 205
HSL 150° 92.08% 80.20%
HSB/HSV 150° 37.05% 98.43%
CMYK 37.05% 0.00% 18.33%
1.57%

Color #9EFBCD in popluar number systems.

HEX 9E FB CD
Decimal 158 251 205
Binary 10011110 11111011 11001101
Octal 236 373 315

Shades and tints

Shades of #9EFBCD

#9EFBCD
(158,251,205)
#90E5BB
(144,229,187)
#82CFA9
(130,207,169)
#74B997
(116,185,151)
#66A385
(102,163,133)
#588D73
(88,141,115)
#4A7761
(74,119,97)
#3C614F
(60,97,79)
#2E4B3D
(46,75,61)
#20352B
(32,53,43)
#121F19
(18,31,25)
#000000
(0,0,0)

Tints of #9EFBCD

#9EFBCD
(158,251,205)
#A6FBD1
(166,251,209)
#AEFBD5
(174,251,213)
#B6FBD9
(182,251,217)
#BEFBDD
(190,251,221)
#C6FBE1
(198,251,225)
#CEFBE5
(206,251,229)
#D6FBE9
(214,251,233)
#DEFBED
(222,251,237)
#E6FBF1
(230,251,241)
#EEFBF5
(238,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EFBCD color. Also use rgb(158,251,205) instead hex code.

Text Font Color

.myTextColor { color: #9EFBCD; }

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

This text font color is #9EFBCD.

Background Color

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

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

This div background color is #9EFBCD.

Border color

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

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

This div border color is #9EFBCD.

Opacity

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

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

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

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

This text has shadow with #9EFBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EFBCD.

Preview

Color preview on black background

This text has color #9EFBCD on black background.


Color preview on white background

This text has color #9EFBCD on white background.


Black color preview on #9EFBCD background

This text has black color on #9EFBCD background.


White color preview on #9EFBCD background

This text has white color on #9EFBCD background.


Related colors

Complementary color

Complementary color for #hex is #610432.


I love getcolorcode.com

Triadic colors

1 #CD9EFB and #FBCD9E with #9EFBCD are triadic colors.

2 #CDFB9E and #FB9ECD with #9EFBCD are triadic colors.