COLOR #C698A9

HEX: #C698A9 RGB: (198,152,169)

Color info

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

RGB color model

#C698A9 color RGB value is (198,152,169).

RGB: (198,152,169) (78%, 60%, 66%)

RGB channels and saturation

R 198 of 255 = 78%
G 152 of 255 = 60%
B 169 of 255 = 66%

198
152
169

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

Portions of RGB colors in percentages

R + G + B = 198 + 152 + 169 = 519 (100%)
R 198 of 519 ~ 38.15%
G 152 of 519 ~ 29.29%
B 169 of 519 ~ 32.56'%

%38.15
%29.29
%32.56

CMYK color model

#C698A9 color CMYK value is (0,23,15,22).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 14.65%
  • key color value is 22.35%

CMYK: (0,23,15,22)
C0M23Y15K22 (0%, 23%, 15%, 22%)
(0.00 / 0.23 / 0.15 / 0.22)

CMYK percentages

%0
%23.23
%14.65
%22.35

Codes

Color #C698A9 in popluar color models

C6 98 A9
RGB 198 152 169
HSL 338° 28.75% 68.63%
HSB/HSV 338° 23.23% 77.65%
CMYK 0.00% 23.23% 14.65%
22.35%

Color #C698A9 in popluar number systems.

HEX C6 98 A9
Decimal 198 152 169
Binary 11000110 10011000 10101001
Octal 306 230 251

Shades and tints

Shades of #C698A9

#C698A9
(198,152,169)
#B48B9A
(180,139,154)
#A27E8B
(162,126,139)
#90717C
(144,113,124)
#7E646D
(126,100,109)
#6C575E
(108,87,94)
#5A4A4F
(90,74,79)
#483D40
(72,61,64)
#363031
(54,48,49)
#242322
(36,35,34)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #C698A9

#C698A9
(198,152,169)
#CBA1B0
(203,161,176)
#D0AAB7
(208,170,183)
#D5B3BE
(213,179,190)
#DABCC5
(218,188,197)
#DFC5CC
(223,197,204)
#E4CED3
(228,206,211)
#E9D7DA
(233,215,218)
#EEE0E1
(238,224,225)
#F3E9E8
(243,233,232)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C698A9 color. Also use rgb(198,152,169) instead hex code.

Text Font Color

.myTextColor { color: #C698A9; }

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

This text font color is #C698A9.

Background Color

.myBgColor { background-color: #C698A9; }

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

This div background color is #C698A9.

Border color

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

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

This div border color is #C698A9.

Opacity

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

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

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

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

This text has shadow with #C698A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C698A9.

Preview

Color preview on black background

This text has color #C698A9 on black background.


Color preview on white background

This text has color #C698A9 on white background.


Black color preview on #C698A9 background

This text has black color on #C698A9 background.


White color preview on #C698A9 background

This text has white color on #C698A9 background.


Related colors

Complementary color

Complementary color for #hex is #396756.


I love getcolorcode.com

Triadic colors

1 #A9C698 and #98A9C6 with #C698A9 are triadic colors.

2 #A998C6 and #98C6A9 with #C698A9 are triadic colors.