COLOR #C694AA

HEX: #C694AA
RGB: (198,148,170)

Color info

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

RGB color model

#C694AA color RGB value is (198,148,170).

  • red value is 198;
  • green value is 148;
  • blue value is 170.
RGB:
(198,148,170)
(78%,58%,67%)

RGB channels and saturation

R 198 of 255 = 78%
G 148 of 255 = 58%
B 170 of 255 = 67%

198
148
170

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

Portions of RGB colors in percentages

R + G + B =
198 + 148 + 170 = 516 (100%)
R 198 of 516 ~ 38.37%
G 148 of 516 ~ 28.68%
B 170 of 516 ~ 32.95%

%38.37
%28.68
%32.95

CMYK color model

#C694AA color CMYK value is (0,25,14,22).

  • cyan value is 0.00%
  • magenta value is 25.25%
  • yellow value is 14.14%
  • key color value is 22.35%
CMYK:
(0,25,14,22)
C0M25Y14K22 
(0%,25%,14%,22%)
(0.00/0.25/0.14/0.22)	

CMYK percentages

%0
%25.25
%14.14
%22.35

Codes

Color #C694AA in popluar color models

C694AA
RGB198148170
HSL334°30.49%67.84%
HSB/HSV334°25.25%77.65%
CMYK0.00%25.25%14.14%
22.35%

Color #C694AA in popluar number systems.

HEXC694AA
Decimal198148170
Binary110001101001010010101010
Octal306224252

Shades and tints

Shades of #C694AA

#C694AA
(198,148,170)
#B4879B
(180,135,155)
#A27A8C
(162,122,140)
#906D7D
(144,109,125)
#7E606E
(126,96,110)
#6C535F
(108,83,95)
#5A4650
(90,70,80)
#483941
(72,57,65)
#362C32
(54,44,50)
#241F23
(36,31,35)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #C694AA

#C694AA
(198,148,170)
#CB9DB1
(203,157,177)
#D0A6B8
(208,166,184)
#D5AFBF
(213,175,191)
#DAB8C6
(218,184,198)
#DFC1CD
(223,193,205)
#E4CAD4
(228,202,212)
#E9D3DB
(233,211,219)
#EEDCE2
(238,220,226)
#F3E5E9
(243,229,233)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C694AA color. Also use rgb(198,148,170) instead hex code.

Text Font Color

.myTextColor { color: #C694AA; }

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

This text font color is #C694AA.


Background Color

.myBgColor { background-color: #C694AA; }

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

This div background color is #C694AA.


Border color

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

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

This div border color is #C694AA.


Opacity

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

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

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

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

This text has shadow with #C694AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C694AA on black background.


Color preview on white background

This text has color #C694AA on white background.



Black color preview on #C694AA background

This text has black color on #C694AA background.


White color preview on #C694AA background

This text has white color on #C694AA background.