COLOR #95BFC2

HEX: #95BFC2
RGB: (149,191,194)

Color info

#95BFC2 contains red, green and blue colors in about the same proportion. Web safe color of #95BFC2 is #99CCCC (or #9CC).

RGB color model

#95BFC2 color RGB value is (149,191,194).

  • red value is 149;
  • green value is 191;
  • blue value is 194.
RGB:
(149,191,194)
(58%,75%,76%)

RGB channels and saturation

R 149 of 255 = 58%
G 191 of 255 = 75%
B 194 of 255 = 76%

149
191
194

R + G + B ~ 70%. #95BFC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 191 + 194 = 534 (100%)
R 149 of 534 ~ 27.9%
G 191 of 534 ~ 35.77%
B 194 of 534 ~ 36.33%

%27.9
%35.77
%36.33

CMYK color model

#95BFC2 color CMYK value is (23,2,0,24).

  • cyan value is 23.20%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(23,2,0,24)
C23M2Y0K24 
(23%,2%,0%,24%)
(0.23/0.02/0.00/0.24)	

CMYK percentages

%23.2
%1.55
%0
%23.92

Codes

Color #95BFC2 in popluar color models

95BFC2
RGB149191194
HSL184°26.95%67.25%
HSB/HSV184°23.20%76.08%
CMYK23.20%1.55%0.00%
23.92%

Color #95BFC2 in popluar number systems.

HEX95BFC2
Decimal149191194
Binary100101011011111111000010
Octal225277302

Shades and tints

Shades of #95BFC2

#95BFC2
(149,191,194)
#88AEB1
(136,174,177)
#7B9DA0
(123,157,160)
#6E8C8F
(110,140,143)
#617B7E
(97,123,126)
#546A6D
(84,106,109)
#47595C
(71,89,92)
#3A484B
(58,72,75)
#2D373A
(45,55,58)
#202629
(32,38,41)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #95BFC2

#95BFC2
(149,191,194)
#9EC4C7
(158,196,199)
#A7C9CC
(167,201,204)
#B0CED1
(176,206,209)
#B9D3D6
(185,211,214)
#C2D8DB
(194,216,219)
#CBDDE0
(203,221,224)
#D4E2E5
(212,226,229)
#DDE7EA
(221,231,234)
#E6ECEF
(230,236,239)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BFC2; }

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

This text font color is #95BFC2.


Background Color

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

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

This div background color is #95BFC2.


Border color

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

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

This div border color is #95BFC2.


Opacity

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

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

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

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

This text has shadow with #95BFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BFC2 on black background.


Color preview on white background

This text has color #95BFC2 on white background.



Black color preview on #95BFC2 background

This text has black color on #95BFC2 background.


White color preview on #95BFC2 background

This text has white color on #95BFC2 background.