COLOR #A7DDBF

HEX: #A7DDBF RGB: (167,221,191)

Color info

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

RGB color model

#A7DDBF color RGB value is (167,221,191).

RGB: (167,221,191) (65%, 87%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 221 of 255 = 87%
B 191 of 255 = 75%

167
221
191

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

Portions of RGB colors in percentages

R + G + B = 167 + 221 + 191 = 579 (100%)
R 167 of 579 ~ 28.84%
G 221 of 579 ~ 38.17%
B 191 of 579 ~ 32.99'%

%28.84
%38.17
%32.99

CMYK color model

#A7DDBF color CMYK value is (24,0,14,13).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 13.57%
  • key color value is 13.33%

CMYK: (24,0,14,13)
C24M0Y14K13 (24%, 0%, 14%, 13%)
(0.24 / 0.00 / 0.14 / 0.13)

CMYK percentages

%24.43
%0
%13.57
%13.33

Codes

Color #A7DDBF in popluar color models

A7 DD BF
RGB 167 221 191
HSL 147° 44.26% 76.08%
HSB/HSV 147° 24.43% 86.67%
CMYK 24.43% 0.00% 13.57%
13.33%

Color #A7DDBF in popluar number systems.

HEX A7 DD BF
Decimal 167 221 191
Binary 10100111 11011101 10111111
Octal 247 335 277

Shades and tints

Shades of #A7DDBF

#A7DDBF
(167,221,191)
#98C9AE
(152,201,174)
#89B59D
(137,181,157)
#7AA18C
(122,161,140)
#6B8D7B
(107,141,123)
#5C796A
(92,121,106)
#4D6559
(77,101,89)
#3E5148
(62,81,72)
#2F3D37
(47,61,55)
#202926
(32,41,38)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #A7DDBF

#A7DDBF
(167,221,191)
#AFE0C4
(175,224,196)
#B7E3C9
(183,227,201)
#BFE6CE
(191,230,206)
#C7E9D3
(199,233,211)
#CFECD8
(207,236,216)
#D7EFDD
(215,239,221)
#DFF2E2
(223,242,226)
#E7F5E7
(231,245,231)
#EFF8EC
(239,248,236)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7DDBF color. Also use rgb(167,221,191) instead hex code.

Text Font Color

.myTextColor { color: #A7DDBF; }

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

This text font color is #A7DDBF.

Background Color

.myBgColor { background-color: #A7DDBF; }

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

This div background color is #A7DDBF.

Border color

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

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

This div border color is #A7DDBF.

Opacity

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

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

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

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

This text has shadow with #A7DDBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DDBF.

Preview

Color preview on black background

This text has color #A7DDBF on black background.


Color preview on white background

This text has color #A7DDBF on white background.


Black color preview on #A7DDBF background

This text has black color on #A7DDBF background.


White color preview on #A7DDBF background

This text has white color on #A7DDBF background.


Related colors

Complementary color

Complementary color for #hex is #582240.


I love getcolorcode.com

Triadic colors

1 #BFA7DD and #DDBFA7 with #A7DDBF are triadic colors.

2 #BFDDA7 and #DDA7BF with #A7DDBF are triadic colors.