COLOR #A7CEDE

HEX: #A7CEDE RGB: (167,206,222)

Color info

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

RGB color model

#A7CEDE color RGB value is (167,206,222).

RGB: (167,206,222) (65%, 81%, 87%)

RGB channels and saturation

R 167 of 255 = 65%
G 206 of 255 = 81%
B 222 of 255 = 87%

167
206
222

R + G + B ~ 78%. #A7CEDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 206 + 222 = 595 (100%)
R 167 of 595 ~ 28.07%
G 206 of 595 ~ 34.62%
B 222 of 595 ~ 37.31'%

%28.07
%34.62
%37.31

CMYK color model

#A7CEDE color CMYK value is (25,7,0,13).

  • cyan value is 24.77%
  • magenta value is 7.21%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (25,7,0,13) C25M7Y0K13 (25%,7%,0%,13%) (0.25/0.07/0.00/0.13) 

CMYK percentages

%24.77
%7.21
%0
%12.94

Codes

Color #A7CEDE in popluar color models

A7 CE DE
RGB 167 206 222
HSL 197° 45.45% 76.27%
HSB/HSV 197° 24.77% 87.06%
CMYK 24.77% 7.21% 0.00%
12.94%

Color #A7CEDE in popluar number systems.

HEX A7 CE DE
Decimal 167 206 222
Binary 10100111 11001110 11011110
Octal 247 316 336

Shades and tints

Shades of #A7CEDE

#A7CEDE
(167,206,222)
#98BCCA
(152,188,202)
#89AAB6
(137,170,182)
#7A98A2
(122,152,162)
#6B868E
(107,134,142)
#5C747A
(92,116,122)
#4D6266
(77,98,102)
#3E5052
(62,80,82)
#2F3E3E
(47,62,62)
#202C2A
(32,44,42)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #A7CEDE

#A7CEDE
(167,206,222)
#AFD2E1
(175,210,225)
#B7D6E4
(183,214,228)
#BFDAE7
(191,218,231)
#C7DEEA
(199,222,234)
#CFE2ED
(207,226,237)
#D7E6F0
(215,230,240)
#DFEAF3
(223,234,243)
#E7EEF6
(231,238,246)
#EFF2F9
(239,242,249)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CEDE color. Also use rgb(167,206,222) instead hex code.

Text Font Color

.myTextColor { color: #A7CEDE; }

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

This text font color is #A7CEDE.

Background Color

.myBgColor { background-color: #A7CEDE; }

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

This div background color is #A7CEDE.

Border color

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

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

This div border color is #A7CEDE.

Opacity

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

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

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

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

This text has shadow with #A7CEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7CEDE.

Preview

Color preview on black background

This text has color #A7CEDE on black background.


Color preview on white background

This text has color #A7CEDE on white background.


Black color preview on #A7CEDE background

This text has black color on #A7CEDE background.


White color preview on #A7CEDE background

This text has white color on #A7CEDE background.


Related colors

Complementary color

Complementary color for #hex is #583121.


I love getcolorcode.com

Triadic colors

1 #DEA7CE and #CEDEA7 with #A7CEDE are triadic colors.

2 #DECEA7 and #CEA7DE with #A7CEDE are triadic colors.