COLOR #C699AD

HEX: #C699AD RGB: (198,153,173)

Color info

#C699AD contains red, green and blue colors in about the same proportion. Web safe color of #C699AD is #CC9999 (or #C99).

RGB color model

#C699AD color RGB value is (198,153,173).

RGB: (198,153,173) (78%, 60%, 68%)

RGB channels and saturation

R 198 of 255 = 78%
G 153 of 255 = 60%
B 173 of 255 = 68%

198
153
173

R + G + B ~ 69%. #C699AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 153 + 173 = 524 (100%)
R 198 of 524 ~ 37.79%
G 153 of 524 ~ 29.2%
B 173 of 524 ~ 33.02'%

%37.79
%29.2
%33.02

CMYK color model

#C699AD color CMYK value is (0,23,13,22).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 12.63%
  • key color value is 22.35%

CMYK: (0,23,13,22)
C0M23Y13K22 (0%, 23%, 13%, 22%)
(0.00 / 0.23 / 0.13 / 0.22)

CMYK percentages

%0
%22.73
%12.63
%22.35

Codes

Color #C699AD in popluar color models

C6 99 AD
RGB 198 153 173
HSL 333° 28.30% 68.82%
HSB/HSV 333° 22.73% 77.65%
CMYK 0.00% 22.73% 12.63%
22.35%

Color #C699AD in popluar number systems.

HEX C6 99 AD
Decimal 198 153 173
Binary 11000110 10011001 10101101
Octal 306 231 255

Shades and tints

Shades of #C699AD

#C699AD
(198,153,173)
#B48C9E
(180,140,158)
#A27F8F
(162,127,143)
#907280
(144,114,128)
#7E6571
(126,101,113)
#6C5862
(108,88,98)
#5A4B53
(90,75,83)
#483E44
(72,62,68)
#363135
(54,49,53)
#242426
(36,36,38)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #C699AD

#C699AD
(198,153,173)
#CBA2B4
(203,162,180)
#D0ABBB
(208,171,187)
#D5B4C2
(213,180,194)
#DABDC9
(218,189,201)
#DFC6D0
(223,198,208)
#E4CFD7
(228,207,215)
#E9D8DE
(233,216,222)
#EEE1E5
(238,225,229)
#F3EAEC
(243,234,236)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C699AD color. Also use rgb(198,153,173) instead hex code.

Text Font Color

.myTextColor { color: #C699AD; }

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

This text font color is #C699AD.

Background Color

.myBgColor { background-color: #C699AD; }

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

This div background color is #C699AD.

Border color

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

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

This div border color is #C699AD.

Opacity

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

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

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

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

This text has shadow with #C699AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C699AD.

Preview

Color preview on black background

This text has color #C699AD on black background.


Color preview on white background

This text has color #C699AD on white background.


Black color preview on #C699AD background

This text has black color on #C699AD background.


White color preview on #C699AD background

This text has white color on #C699AD background.


Related colors

Complementary color

Complementary color for #hex is #396652.


I love getcolorcode.com

Triadic colors

1 #ADC699 and #99ADC6 with #C699AD are triadic colors.

2 #AD99C6 and #99C6AD with #C699AD are triadic colors.