COLOR #C698A1

HEX: #C698A1
RGB: (198,152,161)

Color info

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

RGB color model

#C698A1 color RGB value is (198,152,161).

  • red value is 198;
  • green value is 152;
  • blue value is 161.
RGB:
(198,152,161)
(78%,60%,63%)

RGB channels and saturation

R 198 of 255 = 78%
G 152 of 255 = 60%
B 161 of 255 = 63%

198
152
161

R + G + B ~ 67%. #C698A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 152 + 161 = 511 (100%)
R 198 of 511 ~ 38.75%
G 152 of 511 ~ 29.75%
B 161 of 511 ~ 31.51%

%38.75
%29.75
%31.51

CMYK color model

#C698A1 color CMYK value is (0,23,19,22).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 18.69%
  • key color value is 22.35%
CMYK:
(0,23,19,22)
C0M23Y19K22 
(0%,23%,19%,22%)
(0.00/0.23/0.19/0.22)	

CMYK percentages

%0
%23.23
%18.69
%22.35

Codes

Color #C698A1 in popluar color models

C698A1
RGB198152161
HSL348°28.75%68.63%
HSB/HSV348°23.23%77.65%
CMYK0.00%23.23%18.69%
22.35%

Color #C698A1 in popluar number systems.

HEXC698A1
Decimal198152161
Binary110001101001100010100001
Octal306230241

Shades and tints

Shades of #C698A1

#C698A1
(198,152,161)
#B48B93
(180,139,147)
#A27E85
(162,126,133)
#907177
(144,113,119)
#7E6469
(126,100,105)
#6C575B
(108,87,91)
#5A4A4D
(90,74,77)
#483D3F
(72,61,63)
#363031
(54,48,49)
#242323
(36,35,35)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #C698A1

#C698A1
(198,152,161)
#CBA1A9
(203,161,169)
#D0AAB1
(208,170,177)
#D5B3B9
(213,179,185)
#DABCC1
(218,188,193)
#DFC5C9
(223,197,201)
#E4CED1
(228,206,209)
#E9D7D9
(233,215,217)
#EEE0E1
(238,224,225)
#F3E9E9
(243,233,233)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C698A1; }

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

This text font color is #C698A1.


Background Color

.myBgColor { background-color: #C698A1; }

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

This div background color is #C698A1.


Border color

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

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

This div border color is #C698A1.


Opacity

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

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

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

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

This text has shadow with #C698A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C698A1 on black background.


Color preview on white background

This text has color #C698A1 on white background.



Black color preview on #C698A1 background

This text has black color on #C698A1 background.


White color preview on #C698A1 background

This text has white color on #C698A1 background.