COLOR #95DEC7

HEX: #95DEC7 RGB: (149,222,199)

Color info

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

RGB color model

#95DEC7 color RGB value is (149,222,199).

RGB: (149,222,199) (58%, 87%, 78%)

RGB channels and saturation

R 149 of 255 = 58%
G 222 of 255 = 87%
B 199 of 255 = 78%

149
222
199

R + G + B ~ 74%. #95DEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 222 + 199 = 570 (100%)
R 149 of 570 ~ 26.14%
G 222 of 570 ~ 38.95%
B 199 of 570 ~ 34.91'%

%26.14
%38.95
%34.91

CMYK color model

#95DEC7 color CMYK value is (33,0,10,13).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 12.94%

CMYK: (33,0,10,13)
C33M0Y10K13 (33%, 0%, 10%, 13%)
(0.33 / 0.00 / 0.10 / 0.13)

CMYK percentages

%32.88
%0
%10.36
%12.94

Codes

Color #95DEC7 in popluar color models

95 DE C7
RGB 149 222 199
HSL 161° 52.52% 72.75%
HSB/HSV 161° 32.88% 87.06%
CMYK 32.88% 0.00% 10.36%
12.94%

Color #95DEC7 in popluar number systems.

HEX 95 DE C7
Decimal 149 222 199
Binary 10010101 11011110 11000111
Octal 225 336 307

Shades and tints

Shades of #95DEC7

#95DEC7
(149,222,199)
#88CAB5
(136,202,181)
#7BB6A3
(123,182,163)
#6EA291
(110,162,145)
#618E7F
(97,142,127)
#547A6D
(84,122,109)
#47665B
(71,102,91)
#3A5249
(58,82,73)
#2D3E37
(45,62,55)
#202A25
(32,42,37)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #95DEC7

#95DEC7
(149,222,199)
#9EE1CC
(158,225,204)
#A7E4D1
(167,228,209)
#B0E7D6
(176,231,214)
#B9EADB
(185,234,219)
#C2EDE0
(194,237,224)
#CBF0E5
(203,240,229)
#D4F3EA
(212,243,234)
#DDF6EF
(221,246,239)
#E6F9F4
(230,249,244)
#EFFCF9
(239,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95DEC7 color. Also use rgb(149,222,199) instead hex code.

Text Font Color

.myTextColor { color: #95DEC7; }

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

This text font color is #95DEC7.

Background Color

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

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

This div background color is #95DEC7.

Border color

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

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

This div border color is #95DEC7.

Opacity

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

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

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

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

This text has shadow with #95DEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95DEC7.

Preview

Color preview on black background

This text has color #95DEC7 on black background.


Color preview on white background

This text has color #95DEC7 on white background.


Black color preview on #95DEC7 background

This text has black color on #95DEC7 background.


White color preview on #95DEC7 background

This text has white color on #95DEC7 background.


Related colors

Complementary color

Complementary color for #hex is #6A2138.


I love getcolorcode.com

Triadic colors

1 #C795DE and #DEC795 with #95DEC7 are triadic colors.

2 #C7DE95 and #DE95C7 with #95DEC7 are triadic colors.