COLOR #C699DB

HEX: #C699DB
RGB: (198,153,219)

Color info

#C699DB contains mainly red and blue colors. Web safe color of #C699DB is #CC99CC (or #C9C).

RGB color model

#C699DB color RGB value is (198,153,219).

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

RGB channels and saturation

R 198 of 255 = 78%
G 153 of 255 = 60%
B 219 of 255 = 86%

198
153
219

R + G + B ~ 75%. #C699DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 153 + 219 = 570 (100%)
R 198 of 570 ~ 34.74%
G 153 of 570 ~ 26.84%
B 219 of 570 ~ 38.42%

%34.74
%26.84
%38.42

CMYK color model

#C699DB color CMYK value is (10,30,0,14).

  • cyan value is 9.59%
  • magenta value is 30.14%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(10,30,0,14)
C10M30Y0K14 
(10%,30%,0%,14%)
(0.10/0.30/0.00/0.14)	

CMYK percentages

%9.59
%30.14
%0
%14.12

Codes

Color #C699DB in popluar color models

C699DB
RGB198153219
HSL281°47.83%72.94%
HSB/HSV281°30.14%85.88%
CMYK9.59%30.14%0.00%
14.12%

Color #C699DB in popluar number systems.

HEXC699DB
Decimal198153219
Binary110001101001100111011011
Octal306231333

Shades and tints

Shades of #C699DB

#C699DB
(198,153,219)
#B48CC8
(180,140,200)
#A27FB5
(162,127,181)
#9072A2
(144,114,162)
#7E658F
(126,101,143)
#6C587C
(108,88,124)
#5A4B69
(90,75,105)
#483E56
(72,62,86)
#363143
(54,49,67)
#242430
(36,36,48)
#12171D
(18,23,29)
#000000
(0,0,0)

Tints of #C699DB

#C699DB
(198,153,219)
#CBA2DE
(203,162,222)
#D0ABE1
(208,171,225)
#D5B4E4
(213,180,228)
#DABDE7
(218,189,231)
#DFC6EA
(223,198,234)
#E4CFED
(228,207,237)
#E9D8F0
(233,216,240)
#EEE1F3
(238,225,243)
#F3EAF6
(243,234,246)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C699DB; }

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

This text font color is #C699DB.


Background Color

.myBgColor { background-color: #C699DB; }

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

This div background color is #C699DB.


Border color

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

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

This div border color is #C699DB.


Opacity

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

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

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

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

This text has shadow with #C699DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C699DB on black background.


Color preview on white background

This text has color #C699DB on white background.



Black color preview on #C699DB background

This text has black color on #C699DB background.


White color preview on #C699DB background

This text has white color on #C699DB background.