COLOR #CFF397

HEX: #CFF397 RGB: (207,243,151)

Color info

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

RGB color model

#CFF397 color RGB value is (207,243,151).

RGB: (207,243,151) (81%, 95%, 59%)

RGB channels and saturation

R 207 of 255 = 81%
G 243 of 255 = 95%
B 151 of 255 = 59%

207
243
151

R + G + B ~ 78%. #CFF397 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 243 + 151 = 601 (100%)
R 207 of 601 ~ 34.44%
G 243 of 601 ~ 40.43%
B 151 of 601 ~ 25.12'%

%34.44
%40.43
%25.12

CMYK color model

#CFF397 color CMYK value is (15,0,38,5).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 37.86%
  • key color value is 4.71%
CMYK: (15,0,38,5) C15M0Y38K5 (15%,0%,38%,5%) (0.15/0.00/0.38/0.05) 

CMYK percentages

%14.81
%0
%37.86
%4.71

Codes

Color #CFF397 in popluar color models

CF F3 97
RGB 207 243 151
HSL 83° 79.31% 77.25%
HSB/HSV 83° 37.86% 95.29%
CMYK 14.81% 0.00% 37.86%
4.71%

Color #CFF397 in popluar number systems.

HEX CF F3 97
Decimal 207 243 151
Binary 11001111 11110011 10010111
Octal 317 363 227

Shades and tints

Shades of #CFF397

#CFF397
(207,243,151)
#BDDD8A
(189,221,138)
#ABC77D
(171,199,125)
#99B170
(153,177,112)
#879B63
(135,155,99)
#758556
(117,133,86)
#636F49
(99,111,73)
#51593C
(81,89,60)
#3F432F
(63,67,47)
#2D2D22
(45,45,34)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #CFF397

#CFF397
(207,243,151)
#D3F4A0
(211,244,160)
#D7F5A9
(215,245,169)
#DBF6B2
(219,246,178)
#DFF7BB
(223,247,187)
#E3F8C4
(227,248,196)
#E7F9CD
(231,249,205)
#EBFAD6
(235,250,214)
#EFFBDF
(239,251,223)
#F3FCE8
(243,252,232)
#F7FDF1
(247,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFF397 color. Also use rgb(207,243,151) instead hex code.

Text Font Color

.myTextColor { color: #CFF397; }

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

This text font color is #CFF397.

Background Color

.myBgColor { background-color: #CFF397; }

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

This div background color is #CFF397.

Border color

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

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

This div border color is #CFF397.

Opacity

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

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

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

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

This text has shadow with #CFF397 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFF397.

Preview

Color preview on black background

This text has color #CFF397 on black background.


Color preview on white background

This text has color #CFF397 on white background.


Black color preview on #CFF397 background

This text has black color on #CFF397 background.


White color preview on #CFF397 background

This text has white color on #CFF397 background.


Related colors

Complementary color

Complementary color for #hex is #300C68.


I love getcolorcode.com

Triadic colors

1 #97CFF3 and #F397CF with #CFF397 are triadic colors.

2 #97F3CF and #F3CF97 with #CFF397 are triadic colors.