COLOR #A4CBD3

HEX: #A4CBD3
RGB: (164,203,211)

Color info

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

RGB color model

#A4CBD3 color RGB value is (164,203,211).

  • red value is 164;
  • green value is 203;
  • blue value is 211.
RGB:
(164,203,211)
(64%,80%,83%)

RGB channels and saturation

R 164 of 255 = 64%
G 203 of 255 = 80%
B 211 of 255 = 83%

164
203
211

R + G + B ~ 76%. #A4CBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 203 + 211 = 578 (100%)
R 164 of 578 ~ 28.37%
G 203 of 578 ~ 35.12%
B 211 of 578 ~ 36.51%

%28.37
%35.12
%36.51

CMYK color model

#A4CBD3 color CMYK value is (22,4,0,17).

  • cyan value is 22.27%
  • magenta value is 3.79%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(22,4,0,17)
C22M4Y0K17 
(22%,4%,0%,17%)
(0.22/0.04/0.00/0.17)	

CMYK percentages

%22.27
%3.79
%0
%17.25

Codes

Color #A4CBD3 in popluar color models

A4CBD3
RGB164203211
HSL190°34.81%73.53%
HSB/HSV190°22.27%82.75%
CMYK22.27%3.79%0.00%
17.25%

Color #A4CBD3 in popluar number systems.

HEXA4CBD3
Decimal164203211
Binary101001001100101111010011
Octal244313323

Shades and tints

Shades of #A4CBD3

#A4CBD3
(164,203,211)
#96B9C0
(150,185,192)
#88A7AD
(136,167,173)
#7A959A
(122,149,154)
#6C8387
(108,131,135)
#5E7174
(94,113,116)
#505F61
(80,95,97)
#424D4E
(66,77,78)
#343B3B
(52,59,59)
#262928
(38,41,40)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #A4CBD3

#A4CBD3
(164,203,211)
#ACCFD7
(172,207,215)
#B4D3DB
(180,211,219)
#BCD7DF
(188,215,223)
#C4DBE3
(196,219,227)
#CCDFE7
(204,223,231)
#D4E3EB
(212,227,235)
#DCE7EF
(220,231,239)
#E4EBF3
(228,235,243)
#ECEFF7
(236,239,247)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CBD3 color. Also use rgb(164,203,211) instead hex code.

Text Font Color

.myTextColor { color: #A4CBD3; }

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

This text font color is #A4CBD3.


Background Color

.myBgColor { background-color: #A4CBD3; }

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

This div background color is #A4CBD3.


Border color

.myBorderColor { border: 1px solid #A4CBD3; }

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

This div border color is #A4CBD3.


Opacity

.myOpacity80 { color: #A4CBD3; opacity: 0.8; }

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

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

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

This text has shadow with #A4CBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CBD3 on black background.


Color preview on white background

This text has color #A4CBD3 on white background.



Black color preview on #A4CBD3 background

This text has black color on #A4CBD3 background.


White color preview on #A4CBD3 background

This text has white color on #A4CBD3 background.