COLOR #C898EB

HEX: #C898EB
RGB: (200,152,235)

Renk bilgisi

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

RGB renk modeli

#C898EB color RGB value is (200,152,235).

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

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 152 of 255 = 60%
B 235 of 255 = 92%

200
152
235

R + G + B ~ 77%. #C898EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 152 + 235 = 587 (100%)
R 200 of 587 ~ 34.07%
G 152 of 587 ~ 25.89%
B 235 of 587 ~ 40.03%

%34.07
%25.89
%40.03

CMYK RENK MODELİ

#C898EB rengi CMYK tonu (15,35,0,8).

  • camgöbeği tonu 14.89%
  • eflatun tonu 35.32%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(15,35,0,8)
C15M35Y0K8 
(15%,35%,0%,8%)
(0.15/0.35/0.00/0.08)	

CMYK yüzdeleri

%14.89
%35.32
%0
%7.84

Codes

Color #C898EB in popluar color models

C898EB
RGB200152235
HSL275°67.48%75.88%
HSB/HSV275°35.32%92.16%
CMYK14.89%35.32%0.00%
7.84%

Color #C898EB in popluar number systems.

HEXC898EB
Decimal200152235
Binary110010001001100011101011
Octal310230353

Shades and tints

Shades of #C898EB

#C898EB
(200,152,235)
#B68BD6
(182,139,214)
#A47EC1
(164,126,193)
#9271AC
(146,113,172)
#806497
(128,100,151)
#6E5782
(110,87,130)
#5C4A6D
(92,74,109)
#4A3D58
(74,61,88)
#383043
(56,48,67)
#26232E
(38,35,46)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #C898EB

#C898EB
(200,152,235)
#CDA1EC
(205,161,236)
#D2AAED
(210,170,237)
#D7B3EE
(215,179,238)
#DCBCEF
(220,188,239)
#E1C5F0
(225,197,240)
#E6CEF1
(230,206,241)
#EBD7F2
(235,215,242)
#F0E0F3
(240,224,243)
#F5E9F4
(245,233,244)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C898EB; }

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

This text font color is #C898EB.


Background Color

.myBgColor { background-color: #C898EB; }

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

This div background color is #C898EB.


Border color

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

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

This div border color is #C898EB.


Opacity

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

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

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

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

This text has shadow with #C898EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C898EB on black background.


Color preview on white background

This text has color #C898EB on white background.



Black color preview on #C898EB background

This text has black color on #C898EB background.


White color preview on #C898EB background

This text has white color on #C898EB background.