COLOR #95BCD2

HEX: #95BCD2 RGB: (149,188,210)

Color info

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

RGB color model

#95BCD2 color RGB value is (149,188,210).

RGB: (149,188,210) (58%, 74%, 82%)

RGB channels and saturation

R 149 of 255 = 58%
G 188 of 255 = 74%
B 210 of 255 = 82%

149
188
210

R + G + B ~ 71%. #95BCD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 188 + 210 = 547 (100%)
R 149 of 547 ~ 27.24%
G 188 of 547 ~ 34.37%
B 210 of 547 ~ 38.39'%

%27.24
%34.37
%38.39

CMYK color model

#95BCD2 color CMYK value is (29,10,0,18).

  • cyan value is 29.05%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (29,10,0,18)
C29M10Y0K18 (29%, 10%, 0%, 18%)
(0.29 / 0.10 / 0.00 / 0.18)

CMYK percentages

%29.05
%10.48
%0
%17.65

Codes

Color #95BCD2 in popluar color models

95 BC D2
RGB 149 188 210
HSL 202° 40.40% 70.39%
HSB/HSV 202° 29.05% 82.35%
CMYK 29.05% 10.48% 0.00%
17.65%

Color #95BCD2 in popluar number systems.

HEX 95 BC D2
Decimal 149 188 210
Binary 10010101 10111100 11010010
Octal 225 274 322

Shades and tints

Shades of #95BCD2

#95BCD2
(149,188,210)
#88ABBF
(136,171,191)
#7B9AAC
(123,154,172)
#6E8999
(110,137,153)
#617886
(97,120,134)
#546773
(84,103,115)
#475660
(71,86,96)
#3A454D
(58,69,77)
#2D343A
(45,52,58)
#202327
(32,35,39)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #95BCD2

#95BCD2
(149,188,210)
#9EC2D6
(158,194,214)
#A7C8DA
(167,200,218)
#B0CEDE
(176,206,222)
#B9D4E2
(185,212,226)
#C2DAE6
(194,218,230)
#CBE0EA
(203,224,234)
#D4E6EE
(212,230,238)
#DDECF2
(221,236,242)
#E6F2F6
(230,242,246)
#EFF8FA
(239,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BCD2 color. Also use rgb(149,188,210) instead hex code.

Text Font Color

.myTextColor { color: #95BCD2; }

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

This text font color is #95BCD2.

Background Color

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

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

This div background color is #95BCD2.

Border color

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

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

This div border color is #95BCD2.

Opacity

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

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

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

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

This text has shadow with #95BCD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BCD2.

Preview

Color preview on black background

This text has color #95BCD2 on black background.


Color preview on white background

This text has color #95BCD2 on white background.


Black color preview on #95BCD2 background

This text has black color on #95BCD2 background.


White color preview on #95BCD2 background

This text has white color on #95BCD2 background.


Related colors

Complementary color

Complementary color for #hex is #6A432D.


I love getcolorcode.com

Triadic colors

1 #D295BC and #BCD295 with #95BCD2 are triadic colors.

2 #D2BC95 and #BC95D2 with #95BCD2 are triadic colors.