COLOR #C890EE

HEX: #C890EE
RGB: (200,144,238)

Renk bilgisi

#C890EE contains mainly red and blue colors. #C890EE ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#C890EE color RGB value is (200,144,238).

  • kırmız ton 200;
  • yeşil ton 144;
  • mavi ton 238.
RGB:
(200,144,238)
(78%,56%,93%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 144 of 255 = 56%
B 238 of 255 = 93%

200
144
238

R + G + B ~ 76%. #C890EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 144 + 238 = 582 (100%)
R 200 of 582 ~ 34.36%
G 144 of 582 ~ 24.74%
B 238 of 582 ~ 40.89%

%34.36
%24.74
%40.89

CMYK RENK MODELİ

#C890EE rengi CMYK tonu (16,39,0,7).

  • camgöbeği tonu 15.97%
  • eflatun tonu 39.50%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(16,39,0,7)
C16M39Y0K7 
(16%,39%,0%,7%)
(0.16/0.39/0.00/0.07)	

CMYK yüzdeleri

%15.97
%39.5
%0
%6.67

Codes

Color #C890EE in popluar color models

C890EE
RGB200144238
HSL276°73.44%74.90%
HSB/HSV276°39.50%93.33%
CMYK15.97%39.50%0.00%
6.67%

Color #C890EE in popluar number systems.

HEXC890EE
Decimal200144238
Binary110010001001000011101110
Octal310220356

Shades and tints

Shades of #C890EE

#C890EE
(200,144,238)
#B683D9
(182,131,217)
#A476C4
(164,118,196)
#9269AF
(146,105,175)
#805C9A
(128,92,154)
#6E4F85
(110,79,133)
#5C4270
(92,66,112)
#4A355B
(74,53,91)
#382846
(56,40,70)
#261B31
(38,27,49)
#140E1C
(20,14,28)
#000000
(0,0,0)

Tints of #C890EE

#C890EE
(200,144,238)
#CD9AEF
(205,154,239)
#D2A4F0
(210,164,240)
#D7AEF1
(215,174,241)
#DCB8F2
(220,184,242)
#E1C2F3
(225,194,243)
#E6CCF4
(230,204,244)
#EBD6F5
(235,214,245)
#F0E0F6
(240,224,246)
#F5EAF7
(245,234,247)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C890EE; }

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

This text font color is #C890EE.


Background Color

.myBgColor { background-color: #C890EE; }

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

This div background color is #C890EE.


Border color

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

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

This div border color is #C890EE.


Opacity

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

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

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

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

This text has shadow with #C890EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C890EE on black background.


Color preview on white background

This text has color #C890EE on white background.



Black color preview on #C890EE background

This text has black color on #C890EE background.


White color preview on #C890EE background

This text has white color on #C890EE background.