COLOR #C498EE

HEX: #C498EE
RGB: (196,152,238)

Renk bilgisi

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

RGB renk modeli

#C498EE color RGB value is (196,152,238).

  • kırmız ton 196;
  • yeşil ton 152;
  • mavi ton 238.
RGB:
(196,152,238)
(77%,60%,93%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 152 of 255 = 60%
B 238 of 255 = 93%

196
152
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 152 + 238 = 586 (100%)
R 196 of 586 ~ 33.45%
G 152 of 586 ~ 25.94%
B 238 of 586 ~ 40.61%

%33.45
%25.94
%40.61

CMYK RENK MODELİ

#C498EE rengi CMYK tonu (18,36,0,7).

  • camgöbeği tonu 17.65%
  • eflatun tonu 36.13%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(18,36,0,7)
C18M36Y0K7 
(18%,36%,0%,7%)
(0.18/0.36/0.00/0.07)	

CMYK yüzdeleri

%17.65
%36.13
%0
%6.67

Codes

Color #C498EE in popluar color models

C498EE
RGB196152238
HSL271°71.67%76.47%
HSB/HSV271°36.13%93.33%
CMYK17.65%36.13%0.00%
6.67%

Color #C498EE in popluar number systems.

HEXC498EE
Decimal196152238
Binary110001001001100011101110
Octal304230356

Shades and tints

Shades of #C498EE

#C498EE
(196,152,238)
#B38BD9
(179,139,217)
#A27EC4
(162,126,196)
#9171AF
(145,113,175)
#80649A
(128,100,154)
#6F5785
(111,87,133)
#5E4A70
(94,74,112)
#4D3D5B
(77,61,91)
#3C3046
(60,48,70)
#2B2331
(43,35,49)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #C498EE

#C498EE
(196,152,238)
#C9A1EF
(201,161,239)
#CEAAF0
(206,170,240)
#D3B3F1
(211,179,241)
#D8BCF2
(216,188,242)
#DDC5F3
(221,197,243)
#E2CEF4
(226,206,244)
#E7D7F5
(231,215,245)
#ECE0F6
(236,224,246)
#F1E9F7
(241,233,247)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C498EE color. Also use rgb(196,152,238) instead hex code.

Text Font Color

.myTextColor { color: #C498EE; }

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

This text font color is #C498EE.


Background Color

.myBgColor { background-color: #C498EE; }

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

This div background color is #C498EE.


Border color

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

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

This div border color is #C498EE.


Opacity

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

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

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

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

This text has shadow with #C498EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C498EE on black background.


Color preview on white background

This text has color #C498EE on white background.



Black color preview on #C498EE background

This text has black color on #C498EE background.


White color preview on #C498EE background

This text has white color on #C498EE background.