COLOR #C699D3

HEX: #C699D3
RGB: (198,153,211)

Color info

#C699D3 contains red, green and blue colors in about the same proportion. Web safe color of #C699D3 is #CC99CC (or #C9C).

RGB color model

#C699D3 color RGB value is (198,153,211).

  • red value is 198;
  • green value is 153;
  • blue value is 211.
RGB:
(198,153,211)
(78%,60%,83%)

RGB channels and saturation

R 198 of 255 = 78%
G 153 of 255 = 60%
B 211 of 255 = 83%

198
153
211

R + G + B ~ 74%. #C699D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 153 + 211 = 562 (100%)
R 198 of 562 ~ 35.23%
G 153 of 562 ~ 27.22%
B 211 of 562 ~ 37.54%

%35.23
%27.22
%37.54

CMYK color model

#C699D3 color CMYK value is (6,27,0,17).

  • cyan value is 6.16%
  • magenta value is 27.49%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(6,27,0,17)
C6M27Y0K17 
(6%,27%,0%,17%)
(0.06/0.27/0.00/0.17)	

CMYK percentages

%6.16
%27.49
%0
%17.25

Codes

Color #C699D3 in popluar color models

C699D3
RGB198153211
HSL287°39.73%71.37%
HSB/HSV287°27.49%82.75%
CMYK6.16%27.49%0.00%
17.25%

Color #C699D3 in popluar number systems.

HEXC699D3
Decimal198153211
Binary110001101001100111010011
Octal306231323

Shades and tints

Shades of #C699D3

#C699D3
(198,153,211)
#B48CC0
(180,140,192)
#A27FAD
(162,127,173)
#90729A
(144,114,154)
#7E6587
(126,101,135)
#6C5874
(108,88,116)
#5A4B61
(90,75,97)
#483E4E
(72,62,78)
#36313B
(54,49,59)
#242428
(36,36,40)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #C699D3

#C699D3
(198,153,211)
#CBA2D7
(203,162,215)
#D0ABDB
(208,171,219)
#D5B4DF
(213,180,223)
#DABDE3
(218,189,227)
#DFC6E7
(223,198,231)
#E4CFEB
(228,207,235)
#E9D8EF
(233,216,239)
#EEE1F3
(238,225,243)
#F3EAF7
(243,234,247)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C699D3; }

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

This text font color is #C699D3.


Background Color

.myBgColor { background-color: #C699D3; }

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

This div background color is #C699D3.


Border color

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

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

This div border color is #C699D3.


Opacity

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

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

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

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

This text has shadow with #C699D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C699D3 on black background.


Color preview on white background

This text has color #C699D3 on white background.



Black color preview on #C699D3 background

This text has black color on #C699D3 background.


White color preview on #C699D3 background

This text has white color on #C699D3 background.