COLOR #95DDCE

HEX: #95DDCE RGB: (149,221,206)

Color info

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

RGB color model

#95DDCE color RGB value is (149,221,206).

RGB: (149,221,206) (58%, 87%, 81%)

RGB channels and saturation

R 149 of 255 = 58%
G 221 of 255 = 87%
B 206 of 255 = 81%

149
221
206

R + G + B ~ 75%. #95DDCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 221 + 206 = 576 (100%)
R 149 of 576 ~ 25.87%
G 221 of 576 ~ 38.37%
B 206 of 576 ~ 35.76'%

%25.87
%38.37
%35.76

CMYK color model

#95DDCE color CMYK value is (33,0,7,13).

  • cyan value is 32.58%
  • magenta value is 0.00%
  • yellow value is 6.79%
  • key color value is 13.33%

CMYK: (33,0,7,13)
C33M0Y7K13 (33%, 0%, 7%, 13%)
(0.33 / 0.00 / 0.07 / 0.13)

CMYK percentages

%32.58
%0
%6.79
%13.33

Codes

Color #95DDCE in popluar color models

95 DD CE
RGB 149 221 206
HSL 168° 51.43% 72.55%
HSB/HSV 168° 32.58% 86.67%
CMYK 32.58% 0.00% 6.79%
13.33%

Color #95DDCE in popluar number systems.

HEX 95 DD CE
Decimal 149 221 206
Binary 10010101 11011101 11001110
Octal 225 335 316

Shades and tints

Shades of #95DDCE

#95DDCE
(149,221,206)
#88C9BC
(136,201,188)
#7BB5AA
(123,181,170)
#6EA198
(110,161,152)
#618D86
(97,141,134)
#547974
(84,121,116)
#476562
(71,101,98)
#3A5150
(58,81,80)
#2D3D3E
(45,61,62)
#20292C
(32,41,44)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #95DDCE

#95DDCE
(149,221,206)
#9EE0D2
(158,224,210)
#A7E3D6
(167,227,214)
#B0E6DA
(176,230,218)
#B9E9DE
(185,233,222)
#C2ECE2
(194,236,226)
#CBEFE6
(203,239,230)
#D4F2EA
(212,242,234)
#DDF5EE
(221,245,238)
#E6F8F2
(230,248,242)
#EFFBF6
(239,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95DDCE; }

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

This text font color is #95DDCE.

Background Color

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

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

This div background color is #95DDCE.

Border color

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

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

This div border color is #95DDCE.

Opacity

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

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

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

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

This text has shadow with #95DDCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95DDCE.

Preview

Color preview on black background

This text has color #95DDCE on black background.


Color preview on white background

This text has color #95DDCE on white background.


Black color preview on #95DDCE background

This text has black color on #95DDCE background.


White color preview on #95DDCE background

This text has white color on #95DDCE background.


Related colors

Complementary color

Complementary color for #hex is #6A2231.


I love getcolorcode.com

Triadic colors

1 #CE95DD and #DDCE95 with #95DDCE are triadic colors.

2 #CEDD95 and #DD95CE with #95DDCE are triadic colors.