COLOR #95DBE0

HEX: #95DBE0 RGB: (149,219,224)

Color info

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

RGB color model

#95DBE0 color RGB value is (149,219,224).

RGB: (149,219,224) (58%, 86%, 88%)

RGB channels and saturation

R 149 of 255 = 58%
G 219 of 255 = 86%
B 224 of 255 = 88%

149
219
224

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

Portions of RGB colors in percentages

R + G + B = 149 + 219 + 224 = 592 (100%)
R 149 of 592 ~ 25.17%
G 219 of 592 ~ 36.99%
B 224 of 592 ~ 37.84'%

%25.17
%36.99
%37.84

CMYK color model

#95DBE0 color CMYK value is (33,2,0,12).

  • cyan value is 33.48%
  • magenta value is 2.23%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (33,2,0,12)
C33M2Y0K12 (33%, 2%, 0%, 12%)
(0.33 / 0.02 / 0.00 / 0.12)

CMYK percentages

%33.48
%2.23
%0
%12.16

Codes

Color #95DBE0 in popluar color models

95 DB E0
RGB 149 219 224
HSL 184° 54.74% 73.14%
HSB/HSV 184° 33.48% 87.84%
CMYK 33.48% 2.23% 0.00%
12.16%

Color #95DBE0 in popluar number systems.

HEX 95 DB E0
Decimal 149 219 224
Binary 10010101 11011011 11100000
Octal 225 333 340

Shades and tints

Shades of #95DBE0

#95DBE0
(149,219,224)
#88C8CC
(136,200,204)
#7BB5B8
(123,181,184)
#6EA2A4
(110,162,164)
#618F90
(97,143,144)
#547C7C
(84,124,124)
#476968
(71,105,104)
#3A5654
(58,86,84)
#2D4340
(45,67,64)
#20302C
(32,48,44)
#131D18
(19,29,24)
#000000
(0,0,0)

Tints of #95DBE0

#95DBE0
(149,219,224)
#9EDEE2
(158,222,226)
#A7E1E4
(167,225,228)
#B0E4E6
(176,228,230)
#B9E7E8
(185,231,232)
#C2EAEA
(194,234,234)
#CBEDEC
(203,237,236)
#D4F0EE
(212,240,238)
#DDF3F0
(221,243,240)
#E6F6F2
(230,246,242)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95DBE0; }

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

This text font color is #95DBE0.

Background Color

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

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

This div background color is #95DBE0.

Border color

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

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

This div border color is #95DBE0.

Opacity

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

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

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

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

This text has shadow with #95DBE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95DBE0.

Preview

Color preview on black background

This text has color #95DBE0 on black background.


Color preview on white background

This text has color #95DBE0 on white background.


Black color preview on #95DBE0 background

This text has black color on #95DBE0 background.


White color preview on #95DBE0 background

This text has white color on #95DBE0 background.


Related colors

Complementary color

Complementary color for #hex is #6A241F.


I love getcolorcode.com

Triadic colors

1 #E095DB and #DBE095 with #95DBE0 are triadic colors.

2 #E0DB95 and #DB95E0 with #95DBE0 are triadic colors.