COLOR #95BFE7

HEX: #95BFE7 RGB: (149,191,231)

Color info

#95BFE7 contains mainly green and blue colors. Web safe color of #95BFE7 is #99CCFF (or #9CF).

RGB color model

#95BFE7 color RGB value is (149,191,231).

RGB: (149,191,231) (58%, 75%, 91%)

RGB channels and saturation

R 149 of 255 = 58%
G 191 of 255 = 75%
B 231 of 255 = 91%

149
191
231

R + G + B ~ 75%. #95BFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 191 + 231 = 571 (100%)
R 149 of 571 ~ 26.09%
G 191 of 571 ~ 33.45%
B 231 of 571 ~ 40.46'%

%26.09
%33.45
%40.46

CMYK color model

#95BFE7 color CMYK value is (35,17,0,9).

  • cyan value is 35.50%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (35,17,0,9)
C35M17Y0K9 (35%, 17%, 0%, 9%)
(0.35 / 0.17 / 0.00 / 0.09)

CMYK percentages

%35.5
%17.32
%0
%9.41

Codes

Color #95BFE7 in popluar color models

95 BF E7
RGB 149 191 231
HSL 209° 63.08% 74.51%
HSB/HSV 209° 35.50% 90.59%
CMYK 35.50% 17.32% 0.00%
9.41%

Color #95BFE7 in popluar number systems.

HEX 95 BF E7
Decimal 149 191 231
Binary 10010101 10111111 11100111
Octal 225 277 347

Shades and tints

Shades of #95BFE7

#95BFE7
(149,191,231)
#88AED2
(136,174,210)
#7B9DBD
(123,157,189)
#6E8CA8
(110,140,168)
#617B93
(97,123,147)
#546A7E
(84,106,126)
#475969
(71,89,105)
#3A4854
(58,72,84)
#2D373F
(45,55,63)
#20262A
(32,38,42)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #95BFE7

#95BFE7
(149,191,231)
#9EC4E9
(158,196,233)
#A7C9EB
(167,201,235)
#B0CEED
(176,206,237)
#B9D3EF
(185,211,239)
#C2D8F1
(194,216,241)
#CBDDF3
(203,221,243)
#D4E2F5
(212,226,245)
#DDE7F7
(221,231,247)
#E6ECF9
(230,236,249)
#EFF1FB
(239,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BFE7 color. Also use rgb(149,191,231) instead hex code.

Text Font Color

.myTextColor { color: #95BFE7; }

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

This text font color is #95BFE7.

Background Color

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

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

This div background color is #95BFE7.

Border color

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

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

This div border color is #95BFE7.

Opacity

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

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

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

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

This text has shadow with #95BFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BFE7.

Preview

Color preview on black background

This text has color #95BFE7 on black background.


Color preview on white background

This text has color #95BFE7 on white background.


Black color preview on #95BFE7 background

This text has black color on #95BFE7 background.


White color preview on #95BFE7 background

This text has white color on #95BFE7 background.


Related colors

Complementary color

Complementary color for #hex is #6A4018.


I love getcolorcode.com

Triadic colors

1 #E795BF and #BFE795 with #95BFE7 are triadic colors.

2 #E7BF95 and #BF95E7 with #95BFE7 are triadic colors.