COLOR #C1EF92

HEX: #C1EF92 RGB: (193,239,146)

Color info

#C1EF92 contains mainly red and green colors. Web safe color of #C1EF92 is #CCFF99 (or #CF9).

RGB color model

#C1EF92 color RGB value is (193,239,146).

RGB: (193,239,146) (76%, 94%, 57%)

RGB channels and saturation

R 193 of 255 = 76%
G 239 of 255 = 94%
B 146 of 255 = 57%

193
239
146

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

Portions of RGB colors in percentages

R + G + B = 193 + 239 + 146 = 578 (100%)
R 193 of 578 ~ 33.39%
G 239 of 578 ~ 41.35%
B 146 of 578 ~ 25.26'%

%33.39
%41.35
%25.26

CMYK color model

#C1EF92 color CMYK value is (19,0,39,6).

  • cyan value is 19.25%
  • magenta value is 0.00%
  • yellow value is 38.91%
  • key color value is 6.27%

CMYK: (19,0,39,6)
C19M0Y39K6 (19%, 0%, 39%, 6%)
(0.19 / 0.00 / 0.39 / 0.06)

CMYK percentages

%19.25
%0
%38.91
%6.27

Codes

Color #C1EF92 in popluar color models

C1 EF 92
RGB 193 239 146
HSL 90° 74.40% 75.49%
HSB/HSV 90° 38.91% 93.73%
CMYK 19.25% 0.00% 38.91%
6.27%

Color #C1EF92 in popluar number systems.

HEX C1 EF 92
Decimal 193 239 146
Binary 11000001 11101111 10010010
Octal 301 357 222

Shades and tints

Shades of #C1EF92

#C1EF92
(193,239,146)
#B0DA85
(176,218,133)
#9FC578
(159,197,120)
#8EB06B
(142,176,107)
#7D9B5E
(125,155,94)
#6C8651
(108,134,81)
#5B7144
(91,113,68)
#4A5C37
(74,92,55)
#39472A
(57,71,42)
#28321D
(40,50,29)
#171D10
(23,29,16)
#000000
(0,0,0)

Tints of #C1EF92

#C1EF92
(193,239,146)
#C6F09B
(198,240,155)
#CBF1A4
(203,241,164)
#D0F2AD
(208,242,173)
#D5F3B6
(213,243,182)
#DAF4BF
(218,244,191)
#DFF5C8
(223,245,200)
#E4F6D1
(228,246,209)
#E9F7DA
(233,247,218)
#EEF8E3
(238,248,227)
#F3F9EC
(243,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1EF92 color. Also use rgb(193,239,146) instead hex code.

Text Font Color

.myTextColor { color: #C1EF92; }

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

This text font color is #C1EF92.

Background Color

.myBgColor { background-color: #C1EF92; }

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

This div background color is #C1EF92.

Border color

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

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

This div border color is #C1EF92.

Opacity

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

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

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

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

This text has shadow with #C1EF92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1EF92.

Preview

Color preview on black background

This text has color #C1EF92 on black background.


Color preview on white background

This text has color #C1EF92 on white background.


Black color preview on #C1EF92 background

This text has black color on #C1EF92 background.


White color preview on #C1EF92 background

This text has white color on #C1EF92 background.


Related colors

Complementary color

Complementary color for #hex is #3E106D.


I love getcolorcode.com

Triadic colors

1 #92C1EF and #EF92C1 with #C1EF92 are triadic colors.

2 #92EFC1 and #EFC192 with #C1EF92 are triadic colors.