COLOR #A7DFC3

HEX: #A7DFC3 RGB: (167,223,195)

Color info

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

RGB color model

#A7DFC3 color RGB value is (167,223,195).

RGB: (167,223,195) (65%, 87%, 76%)

RGB channels and saturation

R 167 of 255 = 65%
G 223 of 255 = 87%
B 195 of 255 = 76%

167
223
195

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

Portions of RGB colors in percentages

R + G + B = 167 + 223 + 195 = 585 (100%)
R 167 of 585 ~ 28.55%
G 223 of 585 ~ 38.12%
B 195 of 585 ~ 33.33'%

%28.55
%38.12
%33.33

CMYK color model

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

  • cyan value is 25.11%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 12.55%

CMYK: (25,0,13,13)
C25M0Y13K13 (25%, 0%, 13%, 13%)
(0.25 / 0.00 / 0.13 / 0.13)

CMYK percentages

%25.11
%0
%12.56
%12.55

Codes

Color #A7DFC3 in popluar color models

A7 DF C3
RGB 167 223 195
HSL 150° 46.67% 76.47%
HSB/HSV 150° 25.11% 87.45%
CMYK 25.11% 0.00% 12.56%
12.55%

Color #A7DFC3 in popluar number systems.

HEX A7 DF C3
Decimal 167 223 195
Binary 10100111 11011111 11000011
Octal 247 337 303

Shades and tints

Shades of #A7DFC3

#A7DFC3
(167,223,195)
#98CBB2
(152,203,178)
#89B7A1
(137,183,161)
#7AA390
(122,163,144)
#6B8F7F
(107,143,127)
#5C7B6E
(92,123,110)
#4D675D
(77,103,93)
#3E534C
(62,83,76)
#2F3F3B
(47,63,59)
#202B2A
(32,43,42)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #A7DFC3

#A7DFC3
(167,223,195)
#AFE1C8
(175,225,200)
#B7E3CD
(183,227,205)
#BFE5D2
(191,229,210)
#C7E7D7
(199,231,215)
#CFE9DC
(207,233,220)
#D7EBE1
(215,235,225)
#DFEDE6
(223,237,230)
#E7EFEB
(231,239,235)
#EFF1F0
(239,241,240)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7DFC3 color. Also use rgb(167,223,195) instead hex code.

Text Font Color

.myTextColor { color: #A7DFC3; }

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

This text font color is #A7DFC3.

Background Color

.myBgColor { background-color: #A7DFC3; }

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

This div background color is #A7DFC3.

Border color

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

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

This div border color is #A7DFC3.

Opacity

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

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

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

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

This text has shadow with #A7DFC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DFC3.

Preview

Color preview on black background

This text has color #A7DFC3 on black background.


Color preview on white background

This text has color #A7DFC3 on white background.


Black color preview on #A7DFC3 background

This text has black color on #A7DFC3 background.


White color preview on #A7DFC3 background

This text has white color on #A7DFC3 background.


Related colors

Complementary color

Complementary color for #hex is #58203C.


I love getcolorcode.com

Triadic colors

1 #C3A7DF and #DFC3A7 with #A7DFC3 are triadic colors.

2 #C3DFA7 and #DFA7C3 with #A7DFC3 are triadic colors.