COLOR #C890D1

HEX: #C890D1
RGB: (200,144,209)

Color info

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

RGB color model

#C890D1 color RGB value is (200,144,209).

  • red value is 200;
  • green value is 144;
  • blue value is 209.
RGB:
(200,144,209)
(78%,56%,82%)

RGB channels and saturation

R 200 of 255 = 78%
G 144 of 255 = 56%
B 209 of 255 = 82%

200
144
209

R + G + B ~ 72%. #C890D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 144 + 209 = 553 (100%)
R 200 of 553 ~ 36.17%
G 144 of 553 ~ 26.04%
B 209 of 553 ~ 37.79%

%36.17
%26.04
%37.79

CMYK color model

#C890D1 color CMYK value is (4,31,0,18).

  • cyan value is 4.31%
  • magenta value is 31.10%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(4,31,0,18)
C4M31Y0K18 
(4%,31%,0%,18%)
(0.04/0.31/0.00/0.18)	

CMYK percentages

%4.31
%31.1
%0
%18.04

Codes

Color #C890D1 in popluar color models

C890D1
RGB200144209
HSL292°41.40%69.22%
HSB/HSV292°31.10%81.96%
CMYK4.31%31.10%0.00%
18.04%

Color #C890D1 in popluar number systems.

HEXC890D1
Decimal200144209
Binary110010001001000011010001
Octal310220321

Shades and tints

Shades of #C890D1

#C890D1
(200,144,209)
#B683BE
(182,131,190)
#A476AB
(164,118,171)
#926998
(146,105,152)
#805C85
(128,92,133)
#6E4F72
(110,79,114)
#5C425F
(92,66,95)
#4A354C
(74,53,76)
#382839
(56,40,57)
#261B26
(38,27,38)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #C890D1

#C890D1
(200,144,209)
#CD9AD5
(205,154,213)
#D2A4D9
(210,164,217)
#D7AEDD
(215,174,221)
#DCB8E1
(220,184,225)
#E1C2E5
(225,194,229)
#E6CCE9
(230,204,233)
#EBD6ED
(235,214,237)
#F0E0F1
(240,224,241)
#F5EAF5
(245,234,245)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C890D1 color. Also use rgb(200,144,209) instead hex code.

Text Font Color

.myTextColor { color: #C890D1; }

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

This text font color is #C890D1.


Background Color

.myBgColor { background-color: #C890D1; }

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

This div background color is #C890D1.


Border color

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

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

This div border color is #C890D1.


Opacity

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

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

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

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

This text has shadow with #C890D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C890D1 on black background.


Color preview on white background

This text has color #C890D1 on white background.



Black color preview on #C890D1 background

This text has black color on #C890D1 background.


White color preview on #C890D1 background

This text has white color on #C890D1 background.