COLOR #95CEBA

HEX: #95CEBA RGB: (149,206,186)

Color info

#95CEBA contains red, green and blue colors in about the same proportion. Web safe color of #95CEBA is #99CCCC (or #9CC).

RGB color model

#95CEBA color RGB value is (149,206,186).

RGB: (149,206,186) (58%, 81%, 73%)

RGB channels and saturation

R 149 of 255 = 58%
G 206 of 255 = 81%
B 186 of 255 = 73%

149
206
186

R + G + B ~ 71%. #95CEBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 206 + 186 = 541 (100%)
R 149 of 541 ~ 27.54%
G 206 of 541 ~ 38.08%
B 186 of 541 ~ 34.38'%

%27.54
%38.08
%34.38

CMYK color model

#95CEBA color CMYK value is (28,0,10,19).

  • cyan value is 27.67%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 19.22%

CMYK: (28,0,10,19)
C28M0Y10K19 (28%, 0%, 10%, 19%)
(0.28 / 0.00 / 0.10 / 0.19)

CMYK percentages

%27.67
%0
%9.71
%19.22

Codes

Color #95CEBA in popluar color models

95 CE BA
RGB 149 206 186
HSL 159° 36.77% 69.61%
HSB/HSV 159° 27.67% 80.78%
CMYK 27.67% 0.00% 9.71%
19.22%

Color #95CEBA in popluar number systems.

HEX 95 CE BA
Decimal 149 206 186
Binary 10010101 11001110 10111010
Octal 225 316 272

Shades and tints

Shades of #95CEBA

#95CEBA
(149,206,186)
#88BCAA
(136,188,170)
#7BAA9A
(123,170,154)
#6E988A
(110,152,138)
#61867A
(97,134,122)
#54746A
(84,116,106)
#47625A
(71,98,90)
#3A504A
(58,80,74)
#2D3E3A
(45,62,58)
#202C2A
(32,44,42)
#131A1A
(19,26,26)
#000000
(0,0,0)

Tints of #95CEBA

#95CEBA
(149,206,186)
#9ED2C0
(158,210,192)
#A7D6C6
(167,214,198)
#B0DACC
(176,218,204)
#B9DED2
(185,222,210)
#C2E2D8
(194,226,216)
#CBE6DE
(203,230,222)
#D4EAE4
(212,234,228)
#DDEEEA
(221,238,234)
#E6F2F0
(230,242,240)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CEBA color. Also use rgb(149,206,186) instead hex code.

Text Font Color

.myTextColor { color: #95CEBA; }

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

This text font color is #95CEBA.

Background Color

.myBgColor { background-color: #95CEBA; }

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

This div background color is #95CEBA.

Border color

.myBorderColor { border: 1px solid #95CEBA; }

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

This div border color is #95CEBA.

Opacity

.myOpacity80 { color: #95CEBA; opacity: 0.8; }

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

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

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

This text has shadow with #95CEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95CEBA.

Preview

Color preview on black background

This text has color #95CEBA on black background.


Color preview on white background

This text has color #95CEBA on white background.


Black color preview on #95CEBA background

This text has black color on #95CEBA background.


White color preview on #95CEBA background

This text has white color on #95CEBA background.


Related colors

Complementary color

Complementary color for #hex is #6A3145.


I love getcolorcode.com

Triadic colors

1 #BA95CE and #CEBA95 with #95CEBA are triadic colors.

2 #BACE95 and #CE95BA with #95CEBA are triadic colors.