COLOR #95B2E6

HEX: #95B2E6 RGB: (149,178,230)

Color info

#95B2E6 contains mainly green and blue colors. Web safe color of #95B2E6 is #9999CC (or #99C).

RGB color model

#95B2E6 color RGB value is (149,178,230).

RGB: (149,178,230) (58%, 70%, 90%)

RGB channels and saturation

R 149 of 255 = 58%
G 178 of 255 = 70%
B 230 of 255 = 90%

149
178
230

R + G + B ~ 73%. #95B2E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 178 + 230 = 557 (100%)
R 149 of 557 ~ 26.75%
G 178 of 557 ~ 31.96%
B 230 of 557 ~ 41.29'%

%26.75
%31.96
%41.29

CMYK color model

#95B2E6 color CMYK value is (35,23,0,10).

  • cyan value is 35.22%
  • magenta value is 22.61%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (35,23,0,10)
C35M23Y0K10 (35%, 23%, 0%, 10%)
(0.35 / 0.23 / 0.00 / 0.10)

CMYK percentages

%35.22
%22.61
%0
%9.8

Codes

Color #95B2E6 in popluar color models

95 B2 E6
RGB 149 178 230
HSL 219° 61.83% 74.31%
HSB/HSV 219° 35.22% 90.20%
CMYK 35.22% 22.61% 0.00%
9.80%

Color #95B2E6 in popluar number systems.

HEX 95 B2 E6
Decimal 149 178 230
Binary 10010101 10110010 11100110
Octal 225 262 346

Shades and tints

Shades of #95B2E6

#95B2E6
(149,178,230)
#88A2D2
(136,162,210)
#7B92BE
(123,146,190)
#6E82AA
(110,130,170)
#617296
(97,114,150)
#546282
(84,98,130)
#47526E
(71,82,110)
#3A425A
(58,66,90)
#2D3246
(45,50,70)
#202232
(32,34,50)
#13121E
(19,18,30)
#000000
(0,0,0)

Tints of #95B2E6

#95B2E6
(149,178,230)
#9EB9E8
(158,185,232)
#A7C0EA
(167,192,234)
#B0C7EC
(176,199,236)
#B9CEEE
(185,206,238)
#C2D5F0
(194,213,240)
#CBDCF2
(203,220,242)
#D4E3F4
(212,227,244)
#DDEAF6
(221,234,246)
#E6F1F8
(230,241,248)
#EFF8FA
(239,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B2E6 color. Also use rgb(149,178,230) instead hex code.

Text Font Color

.myTextColor { color: #95B2E6; }

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

This text font color is #95B2E6.

Background Color

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

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

This div background color is #95B2E6.

Border color

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

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

This div border color is #95B2E6.

Opacity

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

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

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

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

This text has shadow with #95B2E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B2E6.

Preview

Color preview on black background

This text has color #95B2E6 on black background.


Color preview on white background

This text has color #95B2E6 on white background.


Black color preview on #95B2E6 background

This text has black color on #95B2E6 background.


White color preview on #95B2E6 background

This text has white color on #95B2E6 background.


Related colors

Complementary color

Complementary color for #hex is #6A4D19.


I love getcolorcode.com

Triadic colors

1 #E695B2 and #B2E695 with #95B2E6 are triadic colors.

2 #E6B295 and #B295E6 with #95B2E6 are triadic colors.