COLOR #9CE5BD

HEX: #9CE5BD RGB: (156,229,189)

Color info

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

RGB color model

#9CE5BD color RGB value is (156,229,189).

RGB: (156,229,189) (61%, 90%, 74%)

RGB channels and saturation

R 156 of 255 = 61%
G 229 of 255 = 90%
B 189 of 255 = 74%

156
229
189

R + G + B ~ 75%. #9CE5BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 229 + 189 = 574 (100%)
R 156 of 574 ~ 27.18%
G 229 of 574 ~ 39.9%
B 189 of 574 ~ 32.93'%

%27.18
%39.9
%32.93

CMYK color model

#9CE5BD color CMYK value is (32,0,17,10).

  • cyan value is 31.88%
  • magenta value is 0.00%
  • yellow value is 17.47%
  • key color value is 10.20%
CMYK: (32,0,17,10) C32M0Y17K10 (32%,0%,17%,10%) (0.32/0.00/0.17/0.10) 

CMYK percentages

%31.88
%0
%17.47
%10.2

Codes

Color #9CE5BD in popluar color models

9C E5 BD
RGB 156 229 189
HSL 147° 58.40% 75.49%
HSB/HSV 147° 31.88% 89.80%
CMYK 31.88% 0.00% 17.47%
10.20%

Color #9CE5BD in popluar number systems.

HEX 9C E5 BD
Decimal 156 229 189
Binary 10011100 11100101 10111101
Octal 234 345 275

Shades and tints

Shades of #9CE5BD

#9CE5BD
(156,229,189)
#8ED1AC
(142,209,172)
#80BD9B
(128,189,155)
#72A98A
(114,169,138)
#649579
(100,149,121)
#568168
(86,129,104)
#486D57
(72,109,87)
#3A5946
(58,89,70)
#2C4535
(44,69,53)
#1E3124
(30,49,36)
#101D13
(16,29,19)
#000000
(0,0,0)

Tints of #9CE5BD

#9CE5BD
(156,229,189)
#A5E7C3
(165,231,195)
#AEE9C9
(174,233,201)
#B7EBCF
(183,235,207)
#C0EDD5
(192,237,213)
#C9EFDB
(201,239,219)
#D2F1E1
(210,241,225)
#DBF3E7
(219,243,231)
#E4F5ED
(228,245,237)
#EDF7F3
(237,247,243)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CE5BD color. Also use rgb(156,229,189) instead hex code.

Text Font Color

.myTextColor { color: #9CE5BD; }

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

This text font color is #9CE5BD.

Background Color

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

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

This div background color is #9CE5BD.

Border color

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

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

This div border color is #9CE5BD.

Opacity

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

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

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

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

This text has shadow with #9CE5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CE5BD.

Preview

Color preview on black background

This text has color #9CE5BD on black background.


Color preview on white background

This text has color #9CE5BD on white background.


Black color preview on #9CE5BD background

This text has black color on #9CE5BD background.


White color preview on #9CE5BD background

This text has white color on #9CE5BD background.


Related colors

Complementary color

Complementary color for #hex is #631A42.


I love getcolorcode.com

Triadic colors

1 #BD9CE5 and #E5BD9C with #9CE5BD are triadic colors.

2 #BDE59C and #E59CBD with #9CE5BD are triadic colors.