COLOR #95CEBD

HEX: #95CEBD
RGB: (149,206,189)

Color info

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

RGB color model

#95CEBD color RGB value is (149,206,189).

  • red value is 149;
  • green value is 206;
  • blue value is 189.
RGB:
(149,206,189)
(58%,81%,74%)

RGB channels and saturation

R 149 of 255 = 58%
G 206 of 255 = 81%
B 189 of 255 = 74%

149
206
189

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

Portions of RGB colors in percentages

R + G + B =
149 + 206 + 189 = 544 (100%)
R 149 of 544 ~ 27.39%
G 206 of 544 ~ 37.87%
B 189 of 544 ~ 34.74%

%27.39
%37.87
%34.74

CMYK color model

#95CEBD color CMYK value is (28,0,8,19).

  • cyan value is 27.67%
  • magenta value is 0.00%
  • yellow value is 8.25%
  • key color value is 19.22%
CMYK:
(28,0,8,19)
C28M0Y8K19 
(28%,0%,8%,19%)
(0.28/0.00/0.08/0.19)	

CMYK percentages

%27.67
%0
%8.25
%19.22

Codes

Color #95CEBD in popluar color models

95CEBD
RGB149206189
HSL162°36.77%69.61%
HSB/HSV162°27.67%80.78%
CMYK27.67%0.00%8.25%
19.22%

Color #95CEBD in popluar number systems.

HEX95CEBD
Decimal149206189
Binary100101011100111010111101
Octal225316275

Shades and tints

Shades of #95CEBD

#95CEBD
(149,206,189)
#88BCAC
(136,188,172)
#7BAA9B
(123,170,155)
#6E988A
(110,152,138)
#618679
(97,134,121)
#547468
(84,116,104)
#476257
(71,98,87)
#3A5046
(58,80,70)
#2D3E35
(45,62,53)
#202C24
(32,44,36)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #95CEBD

#95CEBD
(149,206,189)
#9ED2C3
(158,210,195)
#A7D6C9
(167,214,201)
#B0DACF
(176,218,207)
#B9DED5
(185,222,213)
#C2E2DB
(194,226,219)
#CBE6E1
(203,230,225)
#D4EAE7
(212,234,231)
#DDEEED
(221,238,237)
#E6F2F3
(230,242,243)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95CEBD; }

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

This text font color is #95CEBD.


Background Color

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

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

This div background color is #95CEBD.


Border color

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

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

This div border color is #95CEBD.


Opacity

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

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

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

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

This text has shadow with #95CEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CEBD on black background.


Color preview on white background

This text has color #95CEBD on white background.



Black color preview on #95CEBD background

This text has black color on #95CEBD background.


White color preview on #95CEBD background

This text has white color on #95CEBD background.