COLOR #95CADB

HEX: #95CADB RGB: (149,202,219)

Color info

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

RGB color model

#95CADB color RGB value is (149,202,219).

RGB: (149,202,219) (58%, 79%, 86%)

RGB channels and saturation

R 149 of 255 = 58%
G 202 of 255 = 79%
B 219 of 255 = 86%

149
202
219

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

Portions of RGB colors in percentages

R + G + B = 149 + 202 + 219 = 570 (100%)
R 149 of 570 ~ 26.14%
G 202 of 570 ~ 35.44%
B 219 of 570 ~ 38.42'%

%26.14
%35.44
%38.42

CMYK color model

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

  • cyan value is 31.96%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (32,8,0,14)
C32M8Y0K14 (32%, 8%, 0%, 14%)
(0.32 / 0.08 / 0.00 / 0.14)

CMYK percentages

%31.96
%7.76
%0
%14.12

Codes

Color #95CADB in popluar color models

95 CA DB
RGB 149 202 219
HSL 195° 49.30% 72.16%
HSB/HSV 195° 31.96% 85.88%
CMYK 31.96% 7.76% 0.00%
14.12%

Color #95CADB in popluar number systems.

HEX 95 CA DB
Decimal 149 202 219
Binary 10010101 11001010 11011011
Octal 225 312 333

Shades and tints

Shades of #95CADB

#95CADB
(149,202,219)
#88B8C8
(136,184,200)
#7BA6B5
(123,166,181)
#6E94A2
(110,148,162)
#61828F
(97,130,143)
#54707C
(84,112,124)
#475E69
(71,94,105)
#3A4C56
(58,76,86)
#2D3A43
(45,58,67)
#202830
(32,40,48)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #95CADB

#95CADB
(149,202,219)
#9ECEDE
(158,206,222)
#A7D2E1
(167,210,225)
#B0D6E4
(176,214,228)
#B9DAE7
(185,218,231)
#C2DEEA
(194,222,234)
#CBE2ED
(203,226,237)
#D4E6F0
(212,230,240)
#DDEAF3
(221,234,243)
#E6EEF6
(230,238,246)
#EFF2F9
(239,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95CADB; }

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

This text font color is #95CADB.

Background Color

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

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

This div background color is #95CADB.

Border color

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

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

This div border color is #95CADB.

Opacity

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

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

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

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

This text has shadow with #95CADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95CADB.

Preview

Color preview on black background

This text has color #95CADB on black background.


Color preview on white background

This text has color #95CADB on white background.


Black color preview on #95CADB background

This text has black color on #95CADB background.


White color preview on #95CADB background

This text has white color on #95CADB background.


Related colors

Complementary color

Complementary color for #hex is #6A3524.


I love getcolorcode.com

Triadic colors

1 #DB95CA and #CADB95 with #95CADB are triadic colors.

2 #DBCA95 and #CA95DB with #95CADB are triadic colors.