COLOR #C699AB

HEX: #C699AB RGB: (198,153,171)

Color info

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

RGB color model

#C699AB color RGB value is (198,153,171).

RGB: (198,153,171) (78%, 60%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 153 of 255 = 60%
B 171 of 255 = 67%

198
153
171

R + G + B ~ 68%. #C699AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 153 + 171 = 522 (100%)
R 198 of 522 ~ 37.93%
G 153 of 522 ~ 29.31%
B 171 of 522 ~ 32.76'%

%37.93
%29.31
%32.76

CMYK color model

#C699AB color CMYK value is (0,23,14,22).

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

CMYK: (0,23,14,22)
C0M23Y14K22 (0%, 23%, 14%, 22%)
(0.00 / 0.23 / 0.14 / 0.22)

CMYK percentages

%0
%22.73
%13.64
%22.35

Codes

Color #C699AB in popluar color models

C6 99 AB
RGB 198 153 171
HSL 336° 28.30% 68.82%
HSB/HSV 336° 22.73% 77.65%
CMYK 0.00% 22.73% 13.64%
22.35%

Color #C699AB in popluar number systems.

HEX C6 99 AB
Decimal 198 153 171
Binary 11000110 10011001 10101011
Octal 306 231 253

Shades and tints

Shades of #C699AB

#C699AB
(198,153,171)
#B48C9C
(180,140,156)
#A27F8D
(162,127,141)
#90727E
(144,114,126)
#7E656F
(126,101,111)
#6C5860
(108,88,96)
#5A4B51
(90,75,81)
#483E42
(72,62,66)
#363133
(54,49,51)
#242424
(36,36,36)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #C699AB

#C699AB
(198,153,171)
#CBA2B2
(203,162,178)
#D0ABB9
(208,171,185)
#D5B4C0
(213,180,192)
#DABDC7
(218,189,199)
#DFC6CE
(223,198,206)
#E4CFD5
(228,207,213)
#E9D8DC
(233,216,220)
#EEE1E3
(238,225,227)
#F3EAEA
(243,234,234)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C699AB; }

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

This text font color is #C699AB.

Background Color

.myBgColor { background-color: #C699AB; }

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

This div background color is #C699AB.

Border color

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

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

This div border color is #C699AB.

Opacity

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

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

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

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

This text has shadow with #C699AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C699AB.

Preview

Color preview on black background

This text has color #C699AB on black background.


Color preview on white background

This text has color #C699AB on white background.


Black color preview on #C699AB background

This text has black color on #C699AB background.


White color preview on #C699AB background

This text has white color on #C699AB background.


Related colors

Complementary color

Complementary color for #hex is #396654.


I love getcolorcode.com

Triadic colors

1 #ABC699 and #99ABC6 with #C699AB are triadic colors.

2 #AB99C6 and #99C6AB with #C699AB are triadic colors.