COLOR #95DBDC

HEX: #95DBDC
RGB: (149,219,220)

Color info

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

RGB color model

#95DBDC color RGB value is (149,219,220).

  • red value is 149;
  • green value is 219;
  • blue value is 220.
RGB:
(149,219,220)
(58%,86%,86%)

RGB channels and saturation

R 149 of 255 = 58%
G 219 of 255 = 86%
B 220 of 255 = 86%

149
219
220

R + G + B ~ 77%. #95DBDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 219 + 220 = 588 (100%)
R 149 of 588 ~ 25.34%
G 219 of 588 ~ 37.24%
B 220 of 588 ~ 37.41%

%25.34
%37.24
%37.41

CMYK color model

#95DBDC color CMYK value is (32,0,0,14).

  • cyan value is 32.27%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(32,0,0,14)
C32M0Y0K14 
(32%,0%,0%,14%)
(0.32/0.00/0.00/0.14)	

CMYK percentages

%32.27
%0.45
%0
%13.73

Codes

Color #95DBDC in popluar color models

95DBDC
RGB149219220
HSL181°50.35%72.35%
HSB/HSV181°32.27%86.27%
CMYK32.27%0.45%0.00%
13.73%

Color #95DBDC in popluar number systems.

HEX95DBDC
Decimal149219220
Binary100101011101101111011100
Octal225333334

Shades and tints

Shades of #95DBDC

#95DBDC
(149,219,220)
#88C8C8
(136,200,200)
#7BB5B4
(123,181,180)
#6EA2A0
(110,162,160)
#618F8C
(97,143,140)
#547C78
(84,124,120)
#476964
(71,105,100)
#3A5650
(58,86,80)
#2D433C
(45,67,60)
#203028
(32,48,40)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #95DBDC

#95DBDC
(149,219,220)
#9EDEDF
(158,222,223)
#A7E1E2
(167,225,226)
#B0E4E5
(176,228,229)
#B9E7E8
(185,231,232)
#C2EAEB
(194,234,235)
#CBEDEE
(203,237,238)
#D4F0F1
(212,240,241)
#DDF3F4
(221,243,244)
#E6F6F7
(230,246,247)
#EFF9FA
(239,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95DBDC color. Also use rgb(149,219,220) instead hex code.

Text Font Color

.myTextColor { color: #95DBDC; }

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

This text font color is #95DBDC.


Background Color

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

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

This div background color is #95DBDC.


Border color

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

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

This div border color is #95DBDC.


Opacity

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

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

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

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

This text has shadow with #95DBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DBDC on black background.


Color preview on white background

This text has color #95DBDC on white background.



Black color preview on #95DBDC background

This text has black color on #95DBDC background.


White color preview on #95DBDC background

This text has white color on #95DBDC background.