COLOR #95ACCB

HEX: #95ACCB RGB: (149,172,203)

Color info

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

RGB color model

#95ACCB color RGB value is (149,172,203).

RGB: (149,172,203) (58%, 67%, 80%)

RGB channels and saturation

R 149 of 255 = 58%
G 172 of 255 = 67%
B 203 of 255 = 80%

149
172
203

R + G + B ~ 68%. #95ACCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 172 + 203 = 524 (100%)
R 149 of 524 ~ 28.44%
G 172 of 524 ~ 32.82%
B 203 of 524 ~ 38.74'%

%28.44
%32.82
%38.74

CMYK color model

#95ACCB color CMYK value is (27,15,0,20).

  • cyan value is 26.60%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (27,15,0,20)
C27M15Y0K20 (27%, 15%, 0%, 20%)
(0.27 / 0.15 / 0.00 / 0.20)

CMYK percentages

%26.6
%15.27
%0
%20.39

Codes

Color #95ACCB in popluar color models

95 AC CB
RGB 149 172 203
HSL 214° 34.18% 69.02%
HSB/HSV 214° 26.60% 79.61%
CMYK 26.60% 15.27% 0.00%
20.39%

Color #95ACCB in popluar number systems.

HEX 95 AC CB
Decimal 149 172 203
Binary 10010101 10101100 11001011
Octal 225 254 313

Shades and tints

Shades of #95ACCB

#95ACCB
(149,172,203)
#889DB9
(136,157,185)
#7B8EA7
(123,142,167)
#6E7F95
(110,127,149)
#617083
(97,112,131)
#546171
(84,97,113)
#47525F
(71,82,95)
#3A434D
(58,67,77)
#2D343B
(45,52,59)
#202529
(32,37,41)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #95ACCB

#95ACCB
(149,172,203)
#9EB3CF
(158,179,207)
#A7BAD3
(167,186,211)
#B0C1D7
(176,193,215)
#B9C8DB
(185,200,219)
#C2CFDF
(194,207,223)
#CBD6E3
(203,214,227)
#D4DDE7
(212,221,231)
#DDE4EB
(221,228,235)
#E6EBEF
(230,235,239)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95ACCB color. Also use rgb(149,172,203) instead hex code.

Text Font Color

.myTextColor { color: #95ACCB; }

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

This text font color is #95ACCB.

Background Color

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

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

This div background color is #95ACCB.

Border color

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

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

This div border color is #95ACCB.

Opacity

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

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

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

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

This text has shadow with #95ACCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95ACCB.

Preview

Color preview on black background

This text has color #95ACCB on black background.


Color preview on white background

This text has color #95ACCB on white background.


Black color preview on #95ACCB background

This text has black color on #95ACCB background.


White color preview on #95ACCB background

This text has white color on #95ACCB background.


Related colors

Complementary color

Complementary color for #hex is #6A5334.


I love getcolorcode.com

Triadic colors

1 #CB95AC and #ACCB95 with #95ACCB are triadic colors.

2 #CBAC95 and #AC95CB with #95ACCB are triadic colors.