COLOR #C898E0

HEX: #C898E0
RGB: (200,152,224)

Renk bilgisi

#C898E0 contains mainly red and blue colors. #C898E0 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C898E0 color RGB value is (200,152,224).

  • kırmız ton 200;
  • yeşil ton 152;
  • mavi ton 224.
RGB:
(200,152,224)
(78%,60%,88%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 152 of 255 = 60%
B 224 of 255 = 88%

200
152
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 152 + 224 = 576 (100%)
R 200 of 576 ~ 34.72%
G 152 of 576 ~ 26.39%
B 224 of 576 ~ 38.89%

%34.72
%26.39
%38.89

CMYK RENK MODELİ

#C898E0 rengi CMYK tonu (11,32,0,12).

  • camgöbeği tonu 10.71%
  • eflatun tonu 32.14%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(11,32,0,12)
C11M32Y0K12 
(11%,32%,0%,12%)
(0.11/0.32/0.00/0.12)	

CMYK yüzdeleri

%10.71
%32.14
%0
%12.16

Codes

Color #C898E0 in popluar color models

C898E0
RGB200152224
HSL280°53.73%73.73%
HSB/HSV280°32.14%87.84%
CMYK10.71%32.14%0.00%
12.16%

Color #C898E0 in popluar number systems.

HEXC898E0
Decimal200152224
Binary110010001001100011100000
Octal310230340

Shades and tints

Shades of #C898E0

#C898E0
(200,152,224)
#B68BCC
(182,139,204)
#A47EB8
(164,126,184)
#9271A4
(146,113,164)
#806490
(128,100,144)
#6E577C
(110,87,124)
#5C4A68
(92,74,104)
#4A3D54
(74,61,84)
#383040
(56,48,64)
#26232C
(38,35,44)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #C898E0

#C898E0
(200,152,224)
#CDA1E2
(205,161,226)
#D2AAE4
(210,170,228)
#D7B3E6
(215,179,230)
#DCBCE8
(220,188,232)
#E1C5EA
(225,197,234)
#E6CEEC
(230,206,236)
#EBD7EE
(235,215,238)
#F0E0F0
(240,224,240)
#F5E9F2
(245,233,242)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C898E0 color. Also use rgb(200,152,224) instead hex code.

Text Font Color

.myTextColor { color: #C898E0; }

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

This text font color is #C898E0.


Background Color

.myBgColor { background-color: #C898E0; }

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

This div background color is #C898E0.


Border color

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

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

This div border color is #C898E0.


Opacity

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

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

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

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

This text has shadow with #C898E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C898E0 on black background.


Color preview on white background

This text has color #C898E0 on white background.



Black color preview on #C898E0 background

This text has black color on #C898E0 background.


White color preview on #C898E0 background

This text has white color on #C898E0 background.