COLOR #D699CA

HEX: #D699CA
RGB: (214,153,202)

Color info

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

RGB color model

#D699CA color RGB value is (214,153,202).

  • red value is 214;
  • green value is 153;
  • blue value is 202.
RGB:
(214,153,202)
(84%,60%,79%)

RGB channels and saturation

R 214 of 255 = 84%
G 153 of 255 = 60%
B 202 of 255 = 79%

214
153
202

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

Portions of RGB colors in percentages

R + G + B =
214 + 153 + 202 = 569 (100%)
R 214 of 569 ~ 37.61%
G 153 of 569 ~ 26.89%
B 202 of 569 ~ 35.5%

%37.61
%26.89
%35.5

CMYK color model

#D699CA color CMYK value is (0,29,6,16).

  • cyan value is 0.00%
  • magenta value is 28.50%
  • yellow value is 5.61%
  • key color value is 16.08%
CMYK:
(0,29,6,16)
C0M29Y6K16 
(0%,29%,6%,16%)
(0.00/0.29/0.06/0.16)	

CMYK percentages

%0
%28.5
%5.61
%16.08

Codes

Color #D699CA in popluar color models

D699CA
RGB214153202
HSL312°42.66%71.96%
HSB/HSV312°28.50%83.92%
CMYK0.00%28.50%5.61%
16.08%

Color #D699CA in popluar number systems.

HEXD699CA
Decimal214153202
Binary110101101001100111001010
Octal326231312

Shades and tints

Shades of #D699CA

#D699CA
(214,153,202)
#C38CB8
(195,140,184)
#B07FA6
(176,127,166)
#9D7294
(157,114,148)
#8A6582
(138,101,130)
#775870
(119,88,112)
#644B5E
(100,75,94)
#513E4C
(81,62,76)
#3E313A
(62,49,58)
#2B2428
(43,36,40)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #D699CA

#D699CA
(214,153,202)
#D9A2CE
(217,162,206)
#DCABD2
(220,171,210)
#DFB4D6
(223,180,214)
#E2BDDA
(226,189,218)
#E5C6DE
(229,198,222)
#E8CFE2
(232,207,226)
#EBD8E6
(235,216,230)
#EEE1EA
(238,225,234)
#F1EAEE
(241,234,238)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D699CA color. Also use rgb(214,153,202) instead hex code.

Text Font Color

.myTextColor { color: #D699CA; }

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

This text font color is #D699CA.


Background Color

.myBgColor { background-color: #D699CA; }

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

This div background color is #D699CA.


Border color

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

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

This div border color is #D699CA.


Opacity

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

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

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

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

This text has shadow with #D699CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D699CA on black background.


Color preview on white background

This text has color #D699CA on white background.



Black color preview on #D699CA background

This text has black color on #D699CA background.


White color preview on #D699CA background

This text has white color on #D699CA background.